Searched refs:LenSq (Results 1 – 4 of 4) sorted by relevance
158 f32 LenSq() const { return VEC4LenSq(this); } in LenSq() function
134 f32 LenSq() const { return x * x + y * y; } in LenSq() function
149 f32 LenSq() const { return VEC3SquareLen(this); } in LenSq() function
287 f32 P0P1 = FSqrt((S->P0 - S->P1).LenSq()); in DistSqPoint3ToSegment3()986 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Plane()1140 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Sphere()