Bifrost SDK
Bifrost SDK documentation
Bifrost::Geometry::Mesh::FaceEdge Class Reference

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...
 

Detailed Description

Describes a half-edge within a face of a mesh.

Definition at line 178 of file GeometryTypes.h.

Member Function Documentation

◆ operator==()

bool Bifrost::Geometry::Mesh::FaceEdge::operator== ( const FaceEdge other) const

Member Data Documentation

◆ face

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.

◆ side

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.