Searched defs:LenSq (Results 1 – 3 of 3) 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