Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 4, 2007, 12:57:01 AM (17 years ago)
Author:
landauf
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/contentcreation/pps/FabianLandau/mover/environments/mover.h

    r4844 r4855  
    4646        int stay();
    4747        bool reachedStationsTarget(float dt);
     48        Quaternion VtoQ(Vector v) { return Quaternion(v.x, v.y, v.z); }
     49        Vector QtoV(Quaternion Q) { return Vector(); }
    4850
    4951        bool                        bLoop;
     
    6466        int                         repeatsToGo;
    6567        Vector                      originCoor;
    66         Quaternion                  originDir;
     68        Vector                      originDir;
    6769
    6870        OrxSound::SoundSource       soundSource_starting;
Note: See TracChangeset for help on using the changeset viewer.