|  | ReactPhysics3D
    v0.10.2
    C++ Physics engine library | 
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. | |
| Vertex * | previousVertex | 
| Pointer to the previous vertex. | |
| Vertex * | nextVertex | 
| Pointer to the next vertex | |
A vertex.