![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
#include <Mesh3dTypes.h>
Public Attributes | |
| ipUInt64 | _startVertexIdx |
| index of start vertex for half edge | |
| ipUInt64 | _leftTriangleIdx |
| index of left triangle for half edge | |
| ipUInt64 | _oppositeHalfEdgeIdx |
| ipUInt64 | _nextHalfEdgeIdx |
| index of next half edge inside left triangle | |
Structure allowing to encapsulated Mesh 3d half edges information.
Left and right notions are expressed with respect to an exterior point of view from solid. Next half edge will so allows to navigate through half edges of a triangle in counter clockwize order with respect to an exterior point of view from solid
| ipUInt64 ipsdk::geom::Mesh3dHalfEdge::_oppositeHalfEdgeIdx |
index of opposite half edge (half edge associated to right triangle)
1.8.14