Ocular Engine
|
This is the complete list of members for Ocular::Math::Plane, including all inherited members.
getClosest(Vector3f const &point) const | Ocular::Math::Plane | |
GetIntersectionPoint(Plane const &a, Plane const &b, Plane const &c) | Ocular::Math::Plane | static |
getNormal() const | Ocular::Math::Plane | |
getNormalized() const (defined in Ocular::Math::Plane) | Ocular::Math::Plane | |
getPoint() const | Ocular::Math::Plane | |
getSignedDistance(Vector3f const &point) const | Ocular::Math::Plane | |
intersects(Ray const &ray) const | Ocular::Math::Plane | |
intersects(Ray const &ray, Vector3f &point, float &distance) const | Ocular::Math::Plane | |
intersects(BoundsSphere const &bounds, IntersectionType *result=nullptr) const | Ocular::Math::Plane | |
intersects(BoundsAABB const &bounds, IntersectionType *result=nullptr) const | Ocular::Math::Plane | |
intersects(BoundsOBB const &bounds, IntersectionType *result=nullptr) const | Ocular::Math::Plane | |
normalize() (defined in Ocular::Math::Plane) | Ocular::Math::Plane | |
Plane(Vector3f const &point, Vector3f const &normal) | Ocular::Math::Plane | |
Plane(Point3f const &a, Point3f const &b, Point3f const &c) | Ocular::Math::Plane | |
Plane() (defined in Ocular::Math::Plane) | Ocular::Math::Plane | |
setNormal(Vector3f const &normal) | Ocular::Math::Plane | |
setPoint(Vector3f const &point) | Ocular::Math::Plane | |
~Plane() (defined in Ocular::Math::Plane) | Ocular::Math::Plane |