Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::math::Plane Member List

This is the complete list of members for kge::math::Plane, including all inherited members.

CalcABCD()kge::math::Planeinlineprotected
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::Planeinline
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_fAkge::math::Plane
m_fBkge::math::Plane
m_fCkge::math::Plane
m_fDkge::math::Plane
m_fDistancekge::math::Plane
m_vNormalkge::math::Plane
m_vPointkge::math::Planeprotected
Normalize()kge::math::Plane
Plane()kge::math::Planeinline
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