nn::math::MTX23::SetupRotate Member Function

Syntax

self_type & SetupRotate(
     f32 rotate
);

self_type & SetupRotate(
     const VEC2 & center,
     f32 rotate
);

List of Overloaded Member Functions

SetupRotate(f32) Sets up a rotation matrix in XYZ order.
SetupRotate(const VEC2 &, f32) Sets up a rotation matrix around the specified axis.

Description of SetupRotate(f32)

Sets up a rotation matrix in XYZ order.

Description of SetupRotate(const VEC2 &, f32)

Sets up a rotation matrix around the specified axis.


CONFIDENTIAL