Public Member Functions | Public Attributes

placement_t Struct Reference
[Core Geometry Objects]

#include <placement.h>

Collaboration diagram for placement_t:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 placement_t (void) throw ()
void clear (void) throw ()
void dump (const char *title) const throw ()

Public Attributes

point3d_t position
 position in map coordinates
quaternion_t rotation
 quaternion rotation

Detailed Description

A placement describes a 3D location and orientation.

Definition at line 46 of file placement.h.


Constructor & Destructor Documentation

placement_t::placement_t ( void   )  throw () [inline]

Definition at line 48 of file placement.h.


Member Function Documentation

void placement_t::clear ( void   )  throw () [inline]

Definition at line 49 of file placement.h.

void placement_t::dump ( const char *  title  )  const throw () [inline]

Definition at line 53 of file placement.h.


Member Data Documentation

position in map coordinates

Definition at line 60 of file placement.h.

quaternion rotation

Definition at line 61 of file placement.h.


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