IonMathTools Member List
This is the complete list of members for IonMathTools, including all inherited members.
ComputeIntervalOverlap(float f1_min, float f1_max, float f2_min, float f2_max) | IonMathTools | static |
fClamp(float f, float min, float max) | IonMathTools | static |
GetMatrixScale(const Matrix &m) | IonMathTools | static |
GetMaxVect(const Vect *v, int length) | IonMathTools | static |
GetMinMaxVect(const Vect *v, int length, Vect &min_vect, Vect &max_vect, const Matrix &mat=Matrix(IDENTITY)) | IonMathTools | static |
GetMinVect(const Vect *v, int length) | IonMathTools | static |
InsideSphere(const Vect &v, const Vect ¢er, float radius) | IonMathTools | static |
InsideTriangle(const Vect &T_v1, const Vect &T_v2, const Vect &T_v3, const Vect &pos) | IonMathTools | static |
Intersect(const Collidable *colA, const Collidable *colB) | IonMathTools | static |
Intersect(const CollisionVolumeBSphere &colA, const CollisionVolumeBSphere &colB) | IonMathTools | static |
Intersect(const CollisionVolumeAABB &colA, const CollisionVolumeAABB &colB) | IonMathTools | static |
Intersect(const CollisionVolumeOBB &colA, const CollisionVolumeOBB &colB) | IonMathTools | static |
Intersect(const CollisionVolumeAABB &colA, const CollisionVolumeOBB &colB) | IonMathTools | static |
Intersect(const CollisionVolumeBSphere &colA, const CollisionVolumeAABB &colB) | IonMathTools | static |
Intersect(const CollisionVolumeOBB &colA, const CollisionVolumeBSphere &colB) | IonMathTools | static |
LineIntersectTriangle(const Vect &p1, const Vect &p2, const Vect &T_v1, const Vect &T_v2, const Vect &T_v3, Vect &out_pos) | IonMathTools | static |
Projection(const Vect &v, const Vect &w) | IonMathTools | static |
SqrVect(const Vect &v) | IonMathTools | static |
TriangleArea(const Vect &v1, const Vect &v2, const Vect &v3) | IonMathTools | static |
vClamp(const Vect &v, const Vect &min, const Vect &max) | IonMathTools | static |
vDistance(const Vect &vA, const Vect &vB) | IonMathTools | static |