Ocular Engine
|
#include <HalfEdgeStructs.hpp>
Public Attributes | |
HEVertex * | from |
The vertex this half-edge originates from. | |
HEVertex * | to |
The vertex this half-edge points to. | |
HEFace * | face |
The face this half-edge belongs to. | |
HEEdge * | next |
The next half-edge in this face (counter-clockwise). | |
HEEdge * | prev |
The previous half-edge in this face (counter-clockwise). | |
HEEdge * | opposite |
The opposite half-edge (starts at 'to' and points to 'from'). | |
Implementation of a half-edge for the Half-Edge mesh system.