Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector2.h290 VEC2Scale(VEC2* pOut, const VEC2* p, f32 scale) in VEC2Scale() function
394 inline VEC2* VEC2Scale(VEC2* pOut, const VEC2& v, f32 scale) { return VEC2Scale(pOut, &v, scale); } in VEC2Scale() function