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

Half-edge mesh vertex, containing its index, a pointer to its parent edge, and its position vector. More...

#include <mesh.hpp>

Public Attributes

std::size_t index
 Index of this vertex. More...
 
mesh::edgeedge
 Pointer to the edge to which this vertex belongs. More...
 
float3 position
 Vertex position. More...
 

Detailed Description

Half-edge mesh vertex, containing its index, a pointer to its parent edge, and its position vector.

Definition at line 43 of file mesh.hpp.

Member Data Documentation

◆ edge

mesh::edge* geom::mesh::vertex::edge

Pointer to the edge to which this vertex belongs.

Definition at line 49 of file mesh.hpp.

◆ index

std::size_t geom::mesh::vertex::index

Index of this vertex.

Definition at line 46 of file mesh.hpp.

◆ position

float3 geom::mesh::vertex::position

Vertex position.

Definition at line 52 of file mesh.hpp.


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