MeVisLab Toolbox Reference
|
This is the complete list of members for ml::Plane, including all inherited members.
edgeIntersect(const Vector3 &v1, const Vector3 &v2, Vector3 &intersectPos) const | ml::Plane | |
getClosestPoint(const Vector3 &point) const | ml::Plane | |
getDistance(const Vector3 &point) const | ml::Plane | |
getDistanceFromOrigin() const | ml::Plane | inline |
getNormal() const | ml::Plane | |
intersect(const Line &l, Vector3 &intersection) const | ml::Plane | |
isInHalfSpace(const Vector3 &point) const | ml::Plane | |
Plane() | ml::Plane | |
Plane(const Vector3 &normal, MLdouble distance) | ml::Plane | |
Plane(const Vector3 &p0, const Vector3 &p1, const Vector3 &p2) | ml::Plane | |
Plane(const Vector3 &normal, const Vector3 &point) | ml::Plane | |
setDistance(double d) | ml::Plane | |
setNormal(const Vector3 &n) | ml::Plane |