Home
last modified time | relevance | path

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

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