Pathfinder
|
This struct declares all infroamtion that shall be stored for each vertex of a graph. More...
#include <GraphVertex.h>
Public Attributes | |
Geometry::Vec3 | pos |
The position of this vertex in three-dimensional space. More... | |
MeshAccessor * | ma |
A pointer to the MeshAccessor object that manages the mesh from where this vertex originates. More... | |
This struct declares all infroamtion that shall be stored for each vertex of a graph.
MeshAccessor* Pathfinder::GraphVertex::ma |
A pointer to the MeshAccessor object that manages the mesh from where this vertex originates.
Geometry::Vec3 Pathfinder::GraphVertex::pos |
The position of this vertex in three-dimensional space.