nn::math::VEC3TransformArray Function

Syntax

NN_MATH_INLINE VEC3 * VEC3TransformArray(
     VEC3 * pOut,
     const MTX34 * pM,
     const VEC3 * pV,
     s32 count
);

NN_MATH_INLINE VEC4 * VEC3TransformArray(
     VEC4 * pOut,
     const MTX44 * pM,
     const VEC3 * pV,
     u32 count
);

List of Overloaded Member Functions

VEC3TransformArray ( VEC3 *, const MTX34 *, const VEC3 *, s32 ) Transforms a vector array using a matrix. The fourth element of each vector is taken as 1 during calculation.
VEC3TransformArray ( VEC4 *, const MTX44 *, const VEC3 *, u32 ) Transforms a vector array using a matrix. The fourth element of each vector is taken as 1 during calculation.

Description of VEC3TransformArray ( VEC3 *, const MTX34 *, const VEC3 *, s32 )

Transforms a vector array using a matrix. The fourth element of each vector is taken as 1 during calculation.

Description of VEC3TransformArray ( VEC4 *, const MTX44 *, const VEC3 *, u32 )

Transforms a vector array using a matrix. The fourth element of each vector is taken as 1 during calculation.


CONFIDENTIAL