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