Home
last modified time | relevance | path

Searched refs:DistSqRay3ToSegment3 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h467 f32 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t);
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp815 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t) in DistSqRay3ToSegment3() function
1361 if (DistSqRay3ToSegment3(R, &C->S, NULL, NULL) <= C->r * C->r) in IntersectionRay3Capsule()