Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h455 f32 DistSqPoint3ToSegment3(const VEC3* P, const SEGMENT3* S, f32* t);
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp280 DistSqPoint3ToSegment3(const VEC3* P, const SEGMENT3* S, f32* t) in DistSqPoint3ToSegment3() function
376 dSq = DistSqPoint3ToSegment3(P, &S, NULL); in DistSqPoint3ToPolyline3()
399 f32 dSq_ = DistSqPoint3ToSegment3(P, &S2, NULL); in DistSqPoint3ToPolyline3()