Searched refs:LenSq (Results 1 – 3 of 3) sorted by relevance
340 f32 LenSq() const { return VEC4LenSq(this); } in LenSq() function
314 f32 LenSq() const { return x * x + y * y; } in LenSq() function
339 f32 LenSq() const { return VEC3SquareLen(this); } in LenSq() function