Path::Node Class Reference

Helper class that stores an individual node of a Path. More...

#include <path.hpp>

List of all members.

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


Detailed Description

Helper class that stores an individual node of a Path.

Definition at line 41 of file path.hpp.


Constructor & Destructor Documentation

Path::Node::Node (  )  [inline]

Definition at line 47 of file path.hpp.

00047            :
00048       position(),
00049       time()
00050     {}
  };


Member Data Documentation

Vector Path::Node::position

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().


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 03:38:33 2014 for SuperTux by  doxygen 1.5.1