This is the complete list of members for kanzi::Plane, including all inherited members.
createFromPointAndNormal(const Vector3 point, const Vector3 normal) | kanzi::Plane | static |
getA() const | kanzi::Plane | inline |
getB() const | kanzi::Plane | inline |
getC() const | kanzi::Plane | inline |
getD() const | kanzi::Plane | inline |
getDistance() const | kanzi::Plane | inline |
getDistanceToPoint(const Vector3 point) const | kanzi::Plane | |
getNormal() const | kanzi::Plane | inline |
Plane() | kanzi::Plane | inlineexplicit |
Plane(const Vector3 normal, const float distance) | kanzi::Plane | inlineexplicit |
Plane(const float x, const float y, const float z, const float distance) | kanzi::Plane | inlineexplicit |
projectDirection(const Vector3 direction) const | kanzi::Plane | |
projectPosition(const Vector3 position) const | kanzi::Plane |