Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Geometry.h465 f32 DistSqLine3ToSegment3(const LINE3* L0, const SEGMENT3* S, f32* s, f32* t);
/CTR-SDK-0.13.2/sources/libraries/math/
Dmath_Geometry.cpp673 DistSqLine3ToSegment3(const LINE3* L0, const SEGMENT3* S, f32* s, f32* t) in DistSqLine3ToSegment3() function
1370 if (DistSqLine3ToSegment3(L, &C->S, NULL, NULL) <= C->r * C->r) in IntersectionLine3Capsule()