Changeset 2112 in orxonox.OLD for orxonox/branches/chris/src/coordinates.h
- Timestamp:
- Jul 12, 2004, 10:28:25 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/coordinates.h
r2014 r2112 18 18 float dist; //!< The distance that has already been traveled on the track 19 19 Vector pos; //!< The position relative to the offset marked by the distance already covered 20 Rotation rot; //!< The direction the object is heading (relative to track direction)20 Quaternion rot; //!< The direction the object is heading (relative to track direction) 21 21 } Location; 22 22 … … 28 28 { 29 29 Vector r; //!< Absolute x/y/z coordinates 30 Rotation w; //!< Absolute orientation30 Quaternion w; //!< Absolute orientation 31 31 } Placement; 32 32
Note: See TracChangeset
for help on using the changeset viewer.