Searched refs:DistSqRay3ToSegment3 (Results 1 – 2 of 2) sorted by relevance
467 f32 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t);
815 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t) in DistSqRay3ToSegment3() function1361 if (DistSqRay3ToSegment3(R, &C->S, NULL, NULL) <= C->r * C->r) in IntersectionRay3Capsule()