#include <path.hpp>
Public Member Functions | |
| Node () | |
Public Attributes | |
| Vector | position |
| the position of this node | |
| float | time |
| time (in seconds) to get from this node to next node | |
Definition at line 41 of file path.hpp.
| Path::Node::Node | ( | ) | [inline] |
the position of this node
Definition at line 44 of file path.hpp.
Referenced by PathWalker::get_pos(), and Path::read().
| float Path::Node::time |
time (in seconds) to get from this node to next node
Definition at line 45 of file path.hpp.
Referenced by PathWalker::advance(), and Path::read().
1.5.1