Pathfinder
Public Attributes | List of all members
Pathfinder::GraphVertex Struct Reference

This struct declares all infroamtion that shall be stored for each vertex of a graph. More...

#include <GraphVertex.h>

Collaboration diagram for Pathfinder::GraphVertex:

Public Attributes

Geometry::Vec3 pos
 The position of this vertex in three-dimensional space. More...
 
MeshAccessorma
 A pointer to the MeshAccessor object that manages the mesh from where this vertex originates. More...
 

Detailed Description

This struct declares all infroamtion that shall be stored for each vertex of a graph.

Member Data Documentation

◆ ma

MeshAccessor* Pathfinder::GraphVertex::ma

A pointer to the MeshAccessor object that manages the mesh from where this vertex originates.

◆ pos

Geometry::Vec3 Pathfinder::GraphVertex::pos

The position of this vertex in three-dimensional space.


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