Ketchup Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
KMath Member List

This is the complete list of members for KMath, including all inherited members.

Clamp(float val, float min, float max)KMathstatic
ClampPointToAABB(const Vect &point, const Vect &aabbMin, const Vect &aabbMax)KMathstatic
CubicPerlin1D(unsigned int seed, int repeat, float t)KMathstatic
Intersect(const CollisionVolume &A, const CollisionVolume &B)KMathstatic
Intersect(const BSphere &A, const BSphere &B)KMathstatic
Intersect(const BSphere &bsphere, const Vect &point)KMathstatic
Intersect(const AABB &A, const AABB &B)KMathstatic
Intersect(const AABB &aabb, const BSphere &bsphere)KMathstatic
IntervalOverlap(float aMin, float aMax, float bMin, float bMax)KMathstatic
Lerp(float from, float to, float t)KMathstatic
PointerCastToY(Camera *cam, float targetY)KMathstatic