nn::math::VEC3TransformArray Function

Syntax

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

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

List of Overloaded Member Functions

VEC3TransformArray(VEC3 *, const MTX34 *__restrict, const VEC3 *__restrict, s32) Transforms a vector array using a matrix. The fourth element of each vector is taken as 1 during calculation.
VEC3TransformArray(VEC4 *, const MTX44 *__restrict, const VEC3 *__restrict, 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 *__restrict, const VEC3 *__restrict, 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 *__restrict, const VEC3 *__restrict, u32)

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


CONFIDENTIAL