Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h158 f32 LenSq() const { return VEC4LenSq(this); } in LenSq() function
Dmath_Vector2.h134 f32 LenSq() const { return x * x + y * y; } in LenSq() function
Dmath_Vector3.h149 f32 LenSq() const { return VEC3SquareLen(this); } in LenSq() function
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp287 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()