Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h453 f32 DistSqPoint3ToLine3(const VEC3* P, const LINE3* L, f32* t);
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp235 DistSqPoint3ToLine3(const VEC3* P, const LINE3* L, f32* t) in DistSqPoint3ToLine3() function
262 distSq = DistSqPoint3ToLine3(P, (const LINE3*)R, &t_); in DistSqPoint3ToRay3()
288 distSq = DistSqPoint3ToLine3(P, &L, &t_); in DistSqPoint3ToSegment3()