Searched defs:VEC3Scale (Results 1 – 1 of 1) sorted by relevance
473 VEC3Scale(VEC3* pOut, const VEC3* p, f32 scale) in VEC3Scale() function572 inline VEC3* VEC3Scale(VEC3* pOut, const VEC3& v, f32 scale) { return VEC3Scale( pOut, &v, scale );… in VEC3Scale() function