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