|
static int | IntersectSegmentSphere (Vec3f a, Vec3f unitb_aNome, float dista_b, Vec3f sphereCtr, float sphereR, float &t, Vec3f &q) |
|
static Vec3f | SaveTriLocalCoordinates (Vec3f p, Vec3f q, Vec3f a, Vec3f b, Vec3f c, float &u, float &v, float &w, float &t) |
|
static int | IntersectSegmentTriangle (Vec3f p, Vec3f q, Vec3f a, Vec3f b, Vec3f c, float &u, float &v, float &w, float &t) |
|
static float | Clamp (float n, float min, float max) |
|
static float | ClosestPtSegmentSegment (Vec3f p1, Vec3f q1, Vec3f p2, Vec3f q2, float &s, float &t, Vec3f &c1, Vec3f &c2) |
|
static void | ClosestPtPointSegment (Vec3f c, Vec3f a, Vec3f b, float &t, Vec3f &d) |
|
static void | SaveCylLocalCoordinates (Vec3f c, Vec3f a, Vec3f b, float &t, Vec3f &d) |
|
static int | IntersectSegmentCylinder (Vec3f sa, Vec3f sb, Vec3f p, Vec3f q, float r, float &t) |
|
static Vec3f | ClosestPtoTriangle (Vec3f p, Vec3f a, Vec3f b, Vec3f c, bool &insideFlag, int ®ionFlag) |
|