Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2112 in orxonox.OLD for orxonox/branches/chris/src/coordinates.h


Ignore:
Timestamp:
Jul 12, 2004, 10:28:25 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Implemented quaternion class… but something is still f up… the camera keeps pointing into the wrong direction… matrix rotation calculation seems not to be my strenght…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/coordinates.h

    r2014 r2112  
    1818  float dist;           //!< The distance that has already been traveled on the track
    1919  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)
    2121} Location;
    2222
     
    2828{
    2929  Vector r;              //!< Absolute x/y/z coordinates
    30   Rotation w;            //!< Absolute orientation
     30  Quaternion w;            //!< Absolute orientation
    3131} Placement;
    3232
Note: See TracChangeset for help on using the changeset viewer.