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

Go to the source code of this file.

Namespaces

namespace  nw
namespace  nw::math
namespace  nw::math::internal
namespace  nw::math::internal::standard

Functions

VEC3nw::math::internal::standard::VEC3TransformArray (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV, s32 count)
VEC4nw::math::internal::standard::VEC3TransformArray (VEC4 *pOut, const MTX44 *pM, const VEC3 *pV, u32 count)
VEC3nw::math::internal::standard::VEC3TransformNormal (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV)
VEC3nw::math::internal::standard::VEC3TransformNormalArray (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV, u32 count)
VEC3nw::math::internal::standard::VEC3TransformCoord (VEC3 *pOut, const MTX44 *pM, const VEC3 *pV)
VEC3nw::math::internal::standard::VEC3TransformCoordArray (VEC3 *pOut, const MTX44 *pM, const VEC3 *pV, u32 count)
VEC4nw::math::internal::standard::VEC4Transform (VEC4 *pOut, const MTX44 *pM, const VEC4 *pV)
VEC4nw::math::internal::standard::VEC4TransformArray (VEC4 *pOut, const MTX44 *pM, const VEC4 *pV, u32 count)
VEC4nw::math::internal::standard::VEC4Transform (VEC4 *pOut, const MTX34 *pM, const VEC4 *pV)
VEC4nw::math::internal::standard::VEC4TransformArray (VEC4 *pOut, const MTX34 *pM, const VEC4 *pV, u32 count)