Changeset 3013 in orxonox.OLD for orxonox/branches/bezierTrack/src/coordinates.h
- Timestamp:
- Nov 27, 2004, 12:45:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/bezierTrack/src/coordinates.h
r2551 r3013 30 30 typedef struct 31 31 { 32 Vector r; //!< Absolute x/y/z coordinates33 Quaternion w; //!< Absolute orientation32 Vector pos; //!< Absolute x/y/z coordinates 33 Quaternion rot; //!< Absolute orientation 34 34 } Placement; 35 35
Note: See TracChangeset
for help on using the changeset viewer.