This is the complete list of members for kge::math::Plane, including all inherited members.
| CalcABCD() | kge::math::Plane | inlineprotected |
| Collision(const Sphere *pSphere) const | kge::math::Plane | |
| Collision(const AABB *pBox) const | kge::math::Plane | |
| DotCoord(const Vector &v) const | kge::math::Plane | |
| DotNormal(const Vector &v) const | kge::math::Plane | |
| GetDistance(const Vector &vPoint) const | kge::math::Plane | inline |
| GetIntersectionWithLine(Ray *Other, Vector &outPoint) | kge::math::Plane | |
| GetIntersectionWithPlane(Plane *Other, Ray &outRay) | kge::math::Plane | |
| GetIntersectionWithPlanes(Plane *o1, Plane *o2, Vector &outPoint) | kge::math::Plane | |
| GetReflectMatrix() | kge::math::Plane | |
| GetShadowMatrix(Vector &vLightDir) | kge::math::Plane | |
| m_fA | kge::math::Plane | |
| m_fB | kge::math::Plane | |
| m_fC | kge::math::Plane | |
| m_fD | kge::math::Plane | |
| m_fDistance | kge::math::Plane | |
| m_vNormal | kge::math::Plane | |
| m_vPoint | kge::math::Plane | protected |
| Normalize() | kge::math::Plane | |
| Plane() | kge::math::Plane | inline |
| Set(const Vector &vNormal, const Vector &vPoint) | kge::math::Plane | |
| Set(const Vector &vNormal, const Vector &vPoint, float fDistance) | kge::math::Plane | |
| Set(const Vector &v0, const Vector &v1, const Vector &v2) | kge::math::Plane | |
| Set(float a, float b, float c, float d) | kge::math::Plane | |