IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::geom::Mesh3dHalfEdge Struct Reference

#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
 

Detailed Description

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

Member Data Documentation

◆ _oppositeHalfEdgeIdx

ipUInt64 ipsdk::geom::Mesh3dHalfEdge::_oppositeHalfEdgeIdx

index of opposite half edge (half edge associated to right triangle)


The documentation for this struct was generated from the following file: