Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2004, 12:45:12 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: Location→r ,→w to →pos →dir. (otherwise noone gets the sense of them again.)

File:
1 edited

Legend:

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

    r2551 r3013  
    3030typedef struct
    3131{
    32   Vector r;              //!< Absolute x/y/z coordinates
    33   Quaternion w;          //!< Absolute orientation
     32  Vector pos;              //!< Absolute x/y/z coordinates
     33  Quaternion rot;          //!< Absolute orientation
    3434} Placement;
    3535
Note: See TracChangeset for help on using the changeset viewer.