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