#include <TriangleMeshWall.h>
◆ Triangle() [1/2]
TriangleMeshWall::Triangle::Triangle |
( |
| ) |
|
|
default |
◆ Triangle() [2/2]
TriangleMeshWall::Triangle::Triangle |
( |
const TriangleWall & |
w, |
|
|
std::array< unsigned, 3 > |
vi |
|
) |
| |
|
inline |
Constructor setting values.
- Parameters
-
w | The TriangleWall. |
vi | Array of indices of the three vertices the triangle is made of. |
std::array< unsigned, 3 > vertexIndices
Array of indices to the vertices vector of the 3 vertices the triangle is made of.
Definition: TriangleMeshWall.h:237
TriangleWall wall
The TriangleWall.
Definition: TriangleMeshWall.h:231
◆ vertexIndices
std::array<unsigned, 3> TriangleMeshWall::Triangle::vertexIndices {} |
◆ wall
The documentation for this struct was generated from the following file: