Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp399 f32 dSq_ = DistSqPoint3ToSegment3(P, &S2, NULL); in DistSqPoint3ToPolyline3() local
401 if (dSq_ < dSq) in DistSqPoint3ToPolyline3()
402 dSq = dSq_; in DistSqPoint3ToPolyline3()