Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 12, 2005, 11:52:45 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: definition of the separation plane and partition of the vertex. some vector sVec3D modification

File:
1 edited

Legend:

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

    r4609 r4611  
    227227  Plane (Vector a, Vector b, Vector c);
    228228  Plane (Vector norm, Vector p);
     229  Plane (Vector norm, sVec3D p);
    229230  Plane (Vector n, float k) : n(n), k(k) {} //!< assignment constructor
    230231  Plane () : n(Vector(1,1,1)), k(0) {}
Note: See TracChangeset for help on using the changeset viewer.