![]() |
Lumino
|
This is the complete list of members for ln::Plane, including all inherited members.
checkInside(const Vector3 &point) const | ln::Plane | inline |
checkInside(const Vector3 &point, float radius) const | ln::Plane | inline |
checkInsideLower(const Vector3 &point) const | ln::Plane | inline |
distance | ln::Plane | |
dot(const Plane &plane, const Vector4 &vec) | ln::Plane | static |
dotCoord(const Plane &plane, const Vector3 &vec) | ln::Plane | static |
dotNormal(const Plane &plane, const Vector3 &vec) | ln::Plane | static |
getDistanceToPoint(const Vector3 &point) const | ln::Plane | inline |
intersects(const Vector3 &start, const Vector3 &end, Vector3 *point=nullptr) const | ln::Plane | |
intersects(const Ray &ray, Vector3 *point=nullptr) const | ln::Plane | |
normal | ln::Plane | |
normalize() | ln::Plane | |
normalize(const Plane &plane) | ln::Plane | static |
Plane() | ln::Plane | |
Plane(float a, float b, float c, float d) | ln::Plane | |
Plane(const Vector3 &point, const Vector3 &normal) | ln::Plane | |
Plane(const Vector3 &point1, const Vector3 &point2, const Vector3 &point3) | ln::Plane | |
transform(const Matrix &mat) | ln::Plane | |
transform(const Plane &plane, const Matrix &mat) | ln::Plane | static |