Searched refs:VEC2Scale (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/ |
| D | math_Vector2.ipp | 90 (void)VEC2Scale(pOut, p, FrSqrt(p->x * p->x + p->y * p->y)); 120 (void)VEC2Scale(pOut, p, FrSqrt(mag));
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/ |
| D | math_Vector2.h | 290 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
|