Searched defs:VEC2Len (Results 1 – 1 of 1) sorted by relevance
476 VEC2Len(const VEC2* p) { return FSqrt(p->x * p->x + p->y * p->y); } in VEC2Len() function503 inline f32 VEC2Len(const VEC2& v) { return VEC2Len( &v ); } in VEC2Len() function