Searched refs:VEC4Lerp (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Vector4.h | 39 NN_MATH_INLINE VEC4* VEC4Lerp(VEC4* pOut, const VEC4* p1, const VEC4* p2, f32 t); 143 return *VEC4Lerp(this, &lhs, &rhs, t); in Lerp() 263 inline VEC4* VEC4Lerp(VEC4* pOut, const VEC4& v1, const VEC4& v2, f32 t) { return VEC4Lerp( pOut, &… in VEC4Lerp() function
|
| /CTR-SDK-0.14.4/include/nn/math/inline/ |
| D | math_Vector4.ipp | 143 VEC4Lerp(VEC4* pOut, const VEC4* __restrict p1, const VEC4* __restrict p2, f32 t)
|