Searched defs:VEC2Scale (Results 1 – 1 of 1) sorted by relevance
298 VEC2Scale(VEC2* pOut, const VEC2* p, f32 scale) in VEC2Scale() function402 inline VEC2* VEC2Scale(VEC2* pOut, const VEC2& v, f32 scale) { return VEC2Scale(pOut, &v, scale); } in VEC2Scale() function