Searched refs:VEC2LenSq (Results 1 – 1 of 1) sorted by relevance
345 VEC2LenSq(const VEC2* p) in VEC2LenSq() function370 VEC2DistSq(const VEC2* p1, const VEC2* p2) { VEC2 tmp; return VEC2LenSq(VEC2Sub(&tmp, p1, p2)); } in VEC2DistSq()397 inline f32 VEC2LenSq(const VEC2& v) { return VEC2LenSq( &v ); } in VEC2LenSq() function