Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4585 in orxonox.OLD for orxonox/trunk/src/lib/math/vector.h


Ignore:
Timestamp:
Jun 10, 2005, 4:05:04 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed the axis length bug

File:
1 edited

Legend:

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

    r4578 r4585  
    225225  Vector intersectLine (const Line& l) const;
    226226  float distancePoint (const Vector& p) const;
     227  float distancePoint (const sVec3D& p) const;
    227228  float locatePoint (const Vector& p) const;
    228229};
Note: See TracChangeset for help on using the changeset viewer.