Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp237 f32 distSq; in DistSqPoint3ToLine3() local
248 distSq = VEC3SquareLen(&PP_P); in DistSqPoint3ToLine3()
252 return distSq; in DistSqPoint3ToLine3()
259 f32 distSq; in DistSqPoint3ToRay3() local
262 distSq = DistSqPoint3ToLine3(P, (const LINE3*)R, &t_); in DistSqPoint3ToRay3()
270 distSq = VEC3SquareLen(&vec); in DistSqPoint3ToRay3()
276 return distSq; in DistSqPoint3ToRay3()
282 f32 distSq; in DistSqPoint3ToSegment3() local
288 distSq = DistSqPoint3ToLine3(P, &L, &t_); in DistSqPoint3ToSegment3()
297 distSq = VEC3SquareLen(&vec); in DistSqPoint3ToSegment3()
[all …]