Home
last modified time | relevance | path

Searched defs:VEC3Scale (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector3.h315 VEC3Scale(VEC3* pOut, const VEC3* p, f32 scale) in VEC3Scale() function
473 inline VEC3* VEC3Scale(VEC3* pOut, const VEC3& v, f32 scale) { return VEC3Scale( pOut, &v, scale );… in VEC3Scale() function