Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp287 f32 P0P1 = FSqrt((S->P0 - S->P1).LenSq()); in DistSqPoint3ToSegment3() local
299 else if (t_ > P0P1) in DistSqPoint3ToSegment3()
311 *t = t_ / P0P1; in DistSqPoint3ToSegment3()
986 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Plane() local
995 if (t_ >= 0 && t_ <= P0P1) in IntersectionSegment3Plane()
998 *t = t_ / P0P1; in IntersectionSegment3Plane()
1140 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Sphere() local
1150 if (t0_ >= 0.f && t0_ <= P0P1) in IntersectionSegment3Sphere()
1153 *t0 = t0_ / P0P1; in IntersectionSegment3Sphere()
1166 if (t1_ <= P0P1) in IntersectionSegment3Sphere()
[all …]