Searched refs:DistSqPoint3ToLine3 (Results 1 – 2 of 2) sorted by relevance
453 f32 DistSqPoint3ToLine3(const VEC3* P, const LINE3* L, f32* t);
235 DistSqPoint3ToLine3(const VEC3* P, const LINE3* L, f32* t) in DistSqPoint3ToLine3() function262 distSq = DistSqPoint3ToLine3(P, (const LINE3*)R, &t_); in DistSqPoint3ToRay3()288 distSq = DistSqPoint3ToLine3(P, &L, &t_); in DistSqPoint3ToSegment3()