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

Syntax

self_type & operator*=(
     f32 f
);

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

List of Overloaded Member Functions

operator*= ( f32 ) Assigns the values of the multiplied vector.
operator*= ( const self_type & ) Assigns values multiplied by each vector element.

Description of operator*= ( f32 )

Assigns the values of the multiplied vector.

Description of operator*= ( const self_type & )

Assigns values multiplied by each vector element.


CONFIDENTIAL