Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7583 in orxonox.OLD for branches/cd/src/lib/math/plane.h


Ignore:
Timestamp:
May 11, 2006, 12:06:06 AM (18 years ago)
Author:
patrick
Message:

cd: changing to new coordinate format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cd/src/lib/math/plane.h

    r6617 r7583  
    5151  Vector intersectLine (const Line& l) const;
    5252  float distancePoint (const Vector& p) const;
    53   float distancePoint (const sVec3D& p) const;
     53//   float distancePoint (const sVec3D& p) const;
     54  float distancePoint (const float* p) const;
    5455  float locatePoint (const Vector& p) const;
    5556};
Note: See TracChangeset for help on using the changeset viewer.