Searched refs:DistSqLine3ToSegment3 (Results 1 – 2 of 2) sorted by relevance
465 f32 DistSqLine3ToSegment3(const LINE3* L0, const SEGMENT3* S, f32* s, f32* t);
673 DistSqLine3ToSegment3(const LINE3* L0, const SEGMENT3* S, f32* s, f32* t) in DistSqLine3ToSegment3() function1370 if (DistSqLine3ToSegment3(L, &C->S, NULL, NULL) <= C->r * C->r) in IntersectionLine3Capsule()