Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2551 in orxonox.OLD for orxonox/trunk/src/vector.h


Ignore:
Timestamp:
Oct 11, 2004, 12:53:43 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/vector.h

    r2190 r2551  
    3333  float dot (const Vector& v) const;
    3434  Vector cross (const Vector& v) const;
     35  void scale(const Vector& v);
    3536  float len() const;
    3637  void normalize();
     38  Vector* getNormalized();
     39  Vector abs();
    3740};
    3841
     
    6669        float norm () const;
    6770        void matrix (float m[4][4]) const;
     71        void quatSlerp(const Quaternion* from, const Quaternion* to, const float t, Quaternion* res);
     72
     73 private:
     74        float DELTA;
     75
    6876};
    6977
Note: See TracChangeset for help on using the changeset viewer.