indexed triangle class with an additional index for 3 normals one for each vertice in the triangle
More...
#include <IndexedTriangle.hpp>
template<class T>
class rw::geometry::IndexedTriangleN3< T >
indexed triangle class with an additional index for 3 normals one for each vertice in the triangle
◆ IndexedTriangleN3() [1/2]
constructor
- Parameters
-
p1 | [in] vertice index 1 |
p2 | [in] vertice index 2 |
p3 | [in] vertice index 3 |
n1 | [in] normal index for vertice 1 |
n2 | [in] normal index for vertice 2 |
n3 | [in] normal index for vertice 3 |
◆ IndexedTriangleN3() [2/2]
copy constructor
- Parameters
-
f | [in] - The face that is to be copied. |
◆ getNormalIdx()
T& getNormalIdx |
( |
size_t |
i | ) |
|
|
inline |
get the index of vertice normal i.
- Parameters
-
- Returns
- normal index
The documentation for this class was generated from the following file: