Searched refs:distSq (Results 1 – 1 of 1) sorted by relevance
237 f32 distSq; in DistSqPoint3ToLine3() local248 distSq = VEC3SquareLen(&PP_P); in DistSqPoint3ToLine3()252 return distSq; in DistSqPoint3ToLine3()259 f32 distSq; in DistSqPoint3ToRay3() local262 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() local288 distSq = DistSqPoint3ToLine3(P, &L, &t_); in DistSqPoint3ToSegment3()297 distSq = VEC3SquareLen(&vec); in DistSqPoint3ToSegment3()[all …]