NW4F Sys
Loading...
Searching...
No Matches
math_Transform.h File Reference

Go to the source code of this file.

Classes

struct  nw::math::Transform2_
struct  nw::math::Transform3_
struct  nw::math::Transform2
struct  nw::math::Transform3

Namespaces

namespace  nw
namespace  nw::math

Functions

Transform2nw::math::Transform2Identity (Transform2 *pOut)
Transform3nw::math::Transform3Identity (Transform3 *pOut)
NW_MATH_INLINE VEC3nw::math::VEC3TransformArray (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV, s32 count)
NW_MATH_INLINE VEC4nw::math::VEC3TransformArray (VEC4 *pOut, const MTX44 *pM, const VEC3 *pV, u32 count)
NW_MATH_INLINE VEC3nw::math::VEC3TransformNormal (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV)
NW_MATH_INLINE VEC3nw::math::VEC3TransformNormalArray (VEC3 *pOutArray, const MTX34 *pM, const VEC3 *pArray, u32 n)
NW_MATH_INLINE VEC3nw::math::VEC3TransformCoord (VEC3 *pOut, const MTX44 *pM, const VEC3 *pV)
NW_MATH_INLINE VEC3nw::math::VEC3TransformCoordArray (VEC3 *pOut, const MTX44 *pM, const VEC3 *pV, u32 count)
NW_MATH_INLINE VEC4nw::math::VEC4Transform (VEC4 *pOut, const MTX44 *pM, const VEC4 *pV)
NW_MATH_INLINE VEC4nw::math::VEC4TransformArray (VEC4 *pOut, const MTX44 *pM, const VEC4 *pV, u32 n)
NW_MATH_INLINE VEC4nw::math::VEC4Transform (VEC4 *pOut, const MTX34 *pM, const VEC4 *pV)
NW_MATH_INLINE VEC4nw::math::VEC4TransformArray (VEC4 *pOut, const MTX34 *pM, const VEC4 *pV, u32 n)
VEC3nw::math::VEC3Transform (VEC3 *pOut, const MTX34 &m, const VEC3 &v)
VEC4nw::math::VEC3Transform (VEC4 *pOut, const MTX44 &m, const VEC3 &v)
VEC3nw::math::VEC3TransformArray (VEC3 *pOutArray, const MTX34 &m, const VEC3 *pArray, s32 count)
VEC4nw::math::VEC3TransformArray (VEC4 *pOutArray, const MTX44 &m, const VEC3 *pArray, u32 count)
VEC3nw::math::VEC3TransformNormal (VEC3 *pOut, const MTX34 &m, const VEC3 &v)
VEC3nw::math::VEC3TransformNormalArray (VEC3 *pOutArray, const MTX34 &m, const VEC3 *pArray, u32 n)
VEC3nw::math::VEC3TransformCoord (VEC3 *pOut, const MTX44 &m, const VEC3 &v)
VEC3nw::math::VEC3TransformCoordArray (VEC3 *pOutArray, const MTX44 &m, const VEC3 *pArray, u32 count)
VEC4nw::math::VEC4Transform (VEC4 *pOut, const MTX44 &m, const VEC4 &v)
VEC4nw::math::VEC4TransformArray (VEC4 *pOutArray, const MTX44 &m, const VEC4 *pArray, u32 n)