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