flimEngine
|
This is the complete list of members for FlimMath, including all inherited members.
ClampFloat(float clamp, float a, float b) | FlimMath | static |
ClampPoint(Vect &point, const Vect &min, const Vect &max) | FlimMath | static |
DifferentEnough(const Vect &v1, const Vect &v2, float epsilon) | FlimMath | static |
getMax(Vect *, int) | FlimMath | static |
getMax(Vect *, int, Matrix &) | FlimMath | static |
getMaxComponent(Vect &vector, float &x, float &y, float &z) | FlimMath | static |
getMaxComponent(Vect &globalMax, Vect &localMax) | FlimMath | static |
getMin(Vect *, int) | FlimMath | static |
getMin(Vect *, int, Matrix &) | FlimMath | static |
getMinComponent(Vect &vector, float &x, float &y, float &z) | FlimMath | static |
getMinComponent(Vect &globalMin, Vect &localMin) | FlimMath | static |
Intersect(const CollisionVolumeBSphere &A, const CollisionVolumeBSphere &B) | FlimMath | static |
Intersect(const CollisionVolumeBSphere &A, const Vect &P) | FlimMath | static |
Intersect(const CollisionVolumeBSphere &A, const CollisionVolumeAABB &B) | FlimMath | static |
Intersect(const CollisionVolumeBSphere &A, const CollisionVolumeOBB &B) | FlimMath | static |
Intersect(const CollisionVolumeAABB &A, const CollisionVolumeOBB &B) | FlimMath | static |
Intersect(const CollisionVolumeOBB &A, const CollisionVolumeOBB &B) | FlimMath | static |
Intersect(const CollisionVolumeAABB &A, const CollisionVolumeAABB &B) | FlimMath | static |
Intersect(const CollisionVolumeOcclusionLine &A, const CollisionVolumeBSphere &B) | FlimMath | static |
Intersect(const CollisionVolumeOcclusionLine &A, const CollisionVolumeOBB &B) | FlimMath | static |
Intersect(const CollisionVolumeOcclusionLine &A, const CollisionVolumeAABB &B) | FlimMath | static |
Intersect(const CollisionVolumeOcclusionLine &A, const CollisionVolumeOcclusionLine &B) | FlimMath | static |
Intersect(Collidable *A, Collidable *B) | FlimMath | static |
Intersect(const CollisionVolume &A, const CollisionVolumeAABB &B) | FlimMath | static |
MaxOBBProjectionLength(const Vect &v, const CollisionVolumeOBB &obb) | FlimMath | static |
MaxOBBProjectionLength(const Vect &v, const CollisionVolumeAABB &obb) | FlimMath | static |
OBBOverlap(const Vect &v, const CollisionVolumeOBB &M, const CollisionVolumeOBB &N) | FlimMath | static |
OBBOverlap(const Vect &v, const CollisionVolumeAABB &M, const CollisionVolumeOBB &N) | FlimMath | static |
Overlap(float aMin, float aMax, float bMin, float bMax) | FlimMath | static |