nn::math::MTX44::operator*= Member Function

Syntax

self_type & operator*=(
     const self_type & rhs
);

self_type & operator*=(
     f32 f
);

List of Overloaded Member Functions

operator*= ( const self_type & ) Assigns the values of a postmultiplied matrix.
operator*= ( f32 ) Assigns the values after matrix multiplication.

Description of operator*= ( const self_type & )

Assigns the values of a post-multiplied matrix.

Description of operator*= ( f32 )

Assigns the values after matrix multiplication.


CONFIDENTIAL