Searched refs:VEC2Lerp (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/math/ |
| D | math_Vector2.h | 33 NN_MATH_INLINE VEC2* VEC2Lerp(VEC2* pOut, const VEC2* p1, const VEC2* p2, f32 t); 121 return *VEC2Lerp(this, &lhs, &rhs, t); in Lerp() 311 VEC2Lerp(VEC2* pOut, const VEC2* p1, const VEC2* p2, f32 t) in VEC2Lerp() function 395 inline VEC2* VEC2Lerp(VEC2* pOut, const VEC2& v1, const VEC2& v2, f32 t) { return VEC2Lerp(pOut, &v… in VEC2Lerp() function
|