Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Transform.h124 NN_MATH_INLINE VEC3* VEC3TransformNormal(VEC3* pOut, const MTX34* pM, const VEC3* pV);
141 inline VEC3* VEC3TransformNormal(VEC3* pOut, const MTX34& m, const VEC3& v) { return VEC3TransformN… in VEC3TransformNormal() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Types.ipp172 VEC3TransformNormal(VEC3* pOut, const MTX34* pM, const VEC3* pV)