Searched refs:LengthSquare (Results 1 – 3 of 3) sorted by relevance
161 f32 LengthSquare() const { return VEC4LenSq(this); } in LengthSquare() function
137 f32 LengthSquare() const { return x * x + y * y; } in LengthSquare() function
152 f32 LengthSquare() const { return VEC3SquareLen(this); } in LengthSquare() function