indexed triangle class that has 3 indices that points to 3 vertices in an array typically used with the IndexedTriMesh class. the indice type (size) is templated.
More...
#include <IndexedTriangle.hpp>
template<class T = uint16_t>
class rw::geometry::IndexedTriangle< T >
indexed triangle class that has 3 indices that points to 3 vertices in an array typically used with the IndexedTriMesh class. the indice type (size) is templated.
◆ IndexedTriangle() [1/2]
constructor
- Parameters
-
p1 | [in] indice to vertice 1 |
p2 | [in] indice to vertice 2 |
p3 | [in] indice to vertice 3 |
◆ IndexedTriangle() [2/2]
copy constructor
- Parameters
-
f | [in] - The face that is to be copied. |
The documentation for this class was generated from the following file: