![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Structure that allows to get the vertices indices of one triangle. More...
#include <Mesh3dTypes.h>
Public Member Functions | |
| bool | operator== (const TriVertexIx &triVertexIx) const |
| ipInt32 | get (ipInt32 idx) |
| allows to get elements of TriVertexIx by index | |
| void | set (ipInt32 idx, ipInt32 val) |
Public Attributes | |
| ipInt32 | _vertexIx0 |
| index of first vertex of the triangle | |
| ipInt32 | _vertexIx1 |
| index of the second vertex of the triangle | |
| ipInt32 | _vertexIx2 |
| index of the third vertex of the triangle | |
Structure that allows to get the vertices indices of one triangle.
1.8.14