maliput
FaceEdgeIndex Struct Reference

Detailed Description

Index for a face edge in a GeoMesh.

#include <include/maliput/utility/mesh_simplification.h>

Public Attributes

int face_index {-1}
 Index of the face the edge belongs to, or -1 to mark index as invalid. More...
 
int edge_index {-1}
 Index of the edge, corresponding to its start vertex index in the face vertices sequence (assumed to be defined in a counter-clockwise fashion), or -1 to mark index as invalid. More...
 

Member Data Documentation

◆ edge_index

int edge_index {-1}

Index of the edge, corresponding to its start vertex index in the face vertices sequence (assumed to be defined in a counter-clockwise fashion), or -1 to mark index as invalid.

◆ face_index

int face_index {-1}

Index of the face the edge belongs to, or -1 to mark index as invalid.


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