Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2004, 2:50:59 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: now Camera follows Path. heavy cleanUp of not used stuff like elyptical Camera and so on…

File:
1 edited

Legend:

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

    r3023 r3028  
    4646} Coord;
    4747
     48//! A class to handle coordinates of Objects.
    4849class Coordinate
    4950{
     
    5657  void setPosition (Vector position, COORD_TYPE cType);
    5758  void setRotation (Quaternion rotation, COORD_TYPE cType);
     59
     60  void move (Vector, COORD_TYPE cType); // just move a Object
    5861
    5962  Coord getCoord (COORD_TYPE cType) const;
Note: See TracChangeset for help on using the changeset viewer.