molecular
|
This is the complete list of members for molecular::util::Plane, including all inherited members.
Check(const Vector3 &point) const | molecular::util::Plane | inline |
Check(const Vector3 ¢er, float radius) const | molecular::util::Plane | inline |
Check(const AxisAlignedBox &box) const | molecular::util::Plane | inline |
ClipPolygon(InputIterator inputBegin, InputIterator inputEnd, OutputIterator destBegin) | molecular::util::Plane | |
GetDistance(const Vector3 &point) const | molecular::util::Plane | inline |
GetDistance() const | molecular::util::Plane | inline |
GetNormal() const | molecular::util::Plane | inline |
IntersectionPoint(const Vector3 &p0, const Vector3 &p1) | molecular::util::Plane | inline |
IntersectStatus enum name | molecular::util::Plane | |
kInside enum value | molecular::util::Plane | |
kIntersect enum value | molecular::util::Plane | |
kOutside enum value | molecular::util::Plane | |
Normalize() | molecular::util::Plane | inline |
Plane() | molecular::util::Plane | inline |
Plane(const Vector3 &normal, float distance) | molecular::util::Plane | inline |
Plane(float n0, float n1, float n2, float d) | molecular::util::Plane | inline |
Plane(const Vector3 &p0, const Vector3 &p1, const Vector3 &p2) | molecular::util::Plane | inline |
SetDistance(float distance) | molecular::util::Plane | inline |