Home
last modified time | relevance | path

Searched refs:VEC4TransformArray (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Transform.h131 NN_MATH_INLINE VEC4* VEC4TransformArray(VEC4* pOut, const MTX44* pM, const VEC4* pV, u32 n);
148 inline VEC4* VEC4TransformArray(VEC4* pOutArray, const MTX44& m, const VEC4* pArray, u32 n) { retur… in VEC4TransformArray() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Types.ipp315 VEC4TransformArray(VEC4* pOut, const MTX44* pM, const VEC4* pV, u32 count)