Searched refs:P0P1 (Results 1 – 1 of 1) sorted by relevance
287 f32 P0P1 = FSqrt((S->P0 - S->P1).LenSq()); in DistSqPoint3ToSegment3() local299 else if (t_ > P0P1) in DistSqPoint3ToSegment3()311 *t = t_ / P0P1; in DistSqPoint3ToSegment3()986 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Plane() local995 if (t_ >= 0 && t_ <= P0P1) in IntersectionSegment3Plane()998 *t = t_ / P0P1; in IntersectionSegment3Plane()1140 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Sphere() local1150 if (t0_ >= 0.f && t0_ <= P0P1) in IntersectionSegment3Sphere()1153 *t0 = t0_ / P0P1; in IntersectionSegment3Sphere()1166 if (t1_ <= P0P1) in IntersectionSegment3Sphere()[all …]