Home
last modified time | relevance | path

Searched defs:VEC3Transform (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/math/
Dmath_Transform.h135 inline VEC3* VEC3Transform(VEC3* pOut, const MTX33& m, const VEC3& v) { return VEC3Transform( pOut,… in VEC3Transform() function
136 inline VEC3* VEC3Transform(VEC3* pOut, const MTX34& m, const VEC3& v) { return VEC3Transform( pOut,… in VEC3Transform() function
137 inline VEC4* VEC3Transform(VEC4* pOut, const MTX44& m, const VEC3& v) { return VEC3Transform( pOut,… in VEC3Transform() function
Dmath_Matrix33.h317 VEC3Transform(VEC3* pOut, const MTX33* pM, const VEC3* pV) in VEC3Transform() function
Dmath_Matrix44.h971 VEC3Transform(VEC4* pOut, const MTX44* pM, const VEC3* pV) in VEC3Transform() function
Dmath_Matrix34.h1027 VEC3Transform(VEC3* pOut, const MTX34* __restrict pM, const VEC3* __restrict pV) in VEC3Transform() function