Ocular Engine
Ocular::Math::HEEdge Class Reference

#include <HalfEdgeStructs.hpp>

Public Attributes

HEVertexfrom
 The vertex this half-edge originates from.
 
HEVertexto
 The vertex this half-edge points to.
 
HEFaceface
 The face this half-edge belongs to.
 
HEEdgenext
 The next half-edge in this face (counter-clockwise).
 
HEEdgeprev
 The previous half-edge in this face (counter-clockwise).
 
HEEdgeopposite
 The opposite half-edge (starts at 'to' and points to 'from').
 

Detailed Description

Implementation of a half-edge for the Half-Edge mesh system.


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