|
Bifrost SDK
Bifrost SDK documentation
|
Describes a half-edge within a face of a mesh. More...
#include <GeometryTypes.h>
Public Member Functions | |
| bool | operator== (const FaceEdge &other) const |
Public Attributes | |
| unsigned int | face |
| The index of the face that is referenced by this FaceEdge. More... | |
| unsigned int | side |
| The side within the face that is referenced by this FaceEdge. Side 0 is defined as the edge between face vertex 0 and 1, side 1 is defined as the edge between face vertex 1 and 2, etc. More... | |
Describes a half-edge within a face of a mesh.
Definition at line 178 of file GeometryTypes.h.
| bool Bifrost::Geometry::Mesh::FaceEdge::operator== | ( | const FaceEdge & | other | ) | const |
| unsigned int Bifrost::Geometry::Mesh::FaceEdge::face |
The index of the face that is referenced by this FaceEdge.
Definition at line 180 of file GeometryTypes.h.
| unsigned int Bifrost::Geometry::Mesh::FaceEdge::side |
The side within the face that is referenced by this FaceEdge. Side 0 is defined as the edge between face vertex 0 and 1, side 1 is defined as the edge between face vertex 1 and 2, etc.
Definition at line 181 of file GeometryTypes.h.