RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::Geometry::Triangle< DIMENSION > Struct Template Reference

#include <geometry.h>

Public Member Functions

 Triangle ()=default
 
 Triangle (vecn< DIMENSION > p0, vecn< DIMENSION > p1, vecn< DIMENSION > p2)
 

Public Attributes

vecn< DIMENSION > p0 {}
 
vecn< DIMENSION > p1 {}
 
vecn< DIMENSION > p2 {}
 

Detailed Description

template<index_t DIMENSION>
struct RINGMesh::Geometry::Triangle< DIMENSION >

Definition at line 164 of file geometry.h.

Constructor & Destructor Documentation

◆ Triangle() [1/2]

template<index_t DIMENSION>
RINGMesh::Geometry::Triangle< DIMENSION >::Triangle ( )
default

◆ Triangle() [2/2]

template<index_t DIMENSION>
RINGMesh::Geometry::Triangle< DIMENSION >::Triangle ( vecn< DIMENSION >  p0,
vecn< DIMENSION >  p1,
vecn< DIMENSION >  p2 
)
inline

Definition at line 167 of file geometry.h.

Member Data Documentation

◆ p0

template<index_t DIMENSION>
vecn< DIMENSION > RINGMesh::Geometry::Triangle< DIMENSION >::p0 {}

Definition at line 175 of file geometry.h.

◆ p1

template<index_t DIMENSION>
vecn< DIMENSION > RINGMesh::Geometry::Triangle< DIMENSION >::p1 {}

Definition at line 176 of file geometry.h.

◆ p2

template<index_t DIMENSION>
vecn< DIMENSION > RINGMesh::Geometry::Triangle< DIMENSION >::p2 {}

Definition at line 177 of file geometry.h.


The documentation for this struct was generated from the following file: