Antkeeper  0.0.1
Public Attributes | List of all members
geom::mesh::face Struct Reference

Half-edge mesh face, containing its index and a pointer to its first edge. More...

#include <mesh.hpp>

Public Attributes

std::size_t index
 Index of this face. More...
 
mesh::edgeedge
 Pointer to the first edge in this face. More...
 

Detailed Description

Half-edge mesh face, containing its index and a pointer to its first edge.

Definition at line 82 of file mesh.hpp.

Member Data Documentation

◆ edge

mesh::edge* geom::mesh::face::edge

Pointer to the first edge in this face.

Definition at line 88 of file mesh.hpp.

◆ index

std::size_t geom::mesh::face::index

Index of this face.

Definition at line 85 of file mesh.hpp.


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