Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Transform.h225 NN_MATH_INLINE VEC3* VEC3TransformCoord(VEC3* pOut, const MTX44* pM, const VEC3* pV);
278 inline VEC3* VEC3TransformCoord(VEC3* pOut, const MTX44& m, const VEC3& v) { return VEC3TransformCo… in VEC3TransformCoord() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Types.ipp171 VEC3TransformCoord(VEC3* pOut, const MTX44* pM, const VEC3* pV)
196 (void)VEC3TransformCoord(pDst, pM, pV);