Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3823 in orxonox.OLD for orxonox/trunk/src/lib/math/vector.cc


Ignore:
Timestamp:
Apr 14, 2005, 1:09:55 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: finished work on vector class: inlied all functions that where called often

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/math/vector.cc

    r3822 r3823  
    332332  q = *this * q * conjugate();
    333333  return q.v;
    334   }
     334}
     335
    335336
    336337/**
     
    365366   \return the conjugate Quaternion
    366367*/
     368/*
    367369Quaternion Quaternion::conjugate() const
    368370{
     
    371373  return r;
    372374}
     375*/
    373376
    374377/**
Note: See TracChangeset for help on using the changeset viewer.