ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::QHHalfEdgeStructure::Vertex Struct Reference

A vertex. More...

#include <include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h>

Public Member Functions

 Vertex (uint32 externalIndex, Vertex *previousVertex, Vertex *nextVertex)
 Constructor.
 

Public Attributes

uint32 externalIndex
 Index of the vertex point in the user vertex array.
 
VertexpreviousVertex
 Pointer to the previous vertex.
 
VertexnextVertex
  Pointer to the next vertex
 

Detailed Description

A vertex.


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