Loading...
Searching...
No Matches
Go to the source code of this file.
|
| VEC3 * | nw::math::internal::standard::VEC3TransformArray (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV, s32 count) |
| VEC4 * | nw::math::internal::standard::VEC3TransformArray (VEC4 *pOut, const MTX44 *pM, const VEC3 *pV, u32 count) |
| VEC3 * | nw::math::internal::standard::VEC3TransformNormal (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV) |
| VEC3 * | nw::math::internal::standard::VEC3TransformNormalArray (VEC3 *pOut, const MTX34 *pM, const VEC3 *pV, u32 count) |
| VEC3 * | nw::math::internal::standard::VEC3TransformCoord (VEC3 *pOut, const MTX44 *pM, const VEC3 *pV) |
| VEC3 * | nw::math::internal::standard::VEC3TransformCoordArray (VEC3 *pOut, const MTX44 *pM, const VEC3 *pV, u32 count) |
| VEC4 * | nw::math::internal::standard::VEC4Transform (VEC4 *pOut, const MTX44 *pM, const VEC4 *pV) |
| VEC4 * | nw::math::internal::standard::VEC4TransformArray (VEC4 *pOut, const MTX44 *pM, const VEC4 *pV, u32 count) |
| VEC4 * | nw::math::internal::standard::VEC4Transform (VEC4 *pOut, const MTX34 *pM, const VEC4 *pV) |
| VEC4 * | nw::math::internal::standard::VEC4TransformArray (VEC4 *pOut, const MTX34 *pM, const VEC4 *pV, u32 count) |