#include <placement.h>
Public Member Functions | |
placement_t (void) throw () | |
void | clear (void) throw () |
void | dump (IN const char *title) const throw () |
Public Attributes | |
point3d_t | position |
position in map coordinates | |
quaternion_t | rotation |
quaternion rotation |
A placement describes a 3D location and orientation.
Definition at line 46 of file placement.h.
placement_t::placement_t | ( | void | ) | throw () [inline] |
Definition at line 48 of file placement.h.
void placement_t::clear | ( | void | ) | throw () [inline] |
Definition at line 49 of file placement.h.
void placement_t::dump | ( | IN const char * | title | ) | const throw () [inline] |
Definition at line 53 of file placement.h.
position in map coordinates
Definition at line 60 of file placement.h.
quaternion rotation
Definition at line 61 of file placement.h.