nn::math::MTX33::MTX33 Constructor

Syntax

MTX33();
explicit MTX33(
     const f32 * p
);
explicit MTX33(
     const MTX34 & rhs
);
MTX33(
     f32 x00,
     f32 x01,
     f32 x02,
     f32 x10,
     f32 x11,
     f32 x12,
     f32 x20,
     f32 x21,
     f32 x22
);

List of Overloaded Member Functions

MTX33( ) Constructor.
MTX33(const f32 *) Constructor.
MTX33(const MTX34 &) Constructor.
MTX33(f32, f32, f32, f32, f32, f32, f32, f32, f32) Constructor.

Description of MTX33( )

Constructor.

Description of MTX33(const f32 *)

Constructor.

Description of MTX33(const MTX34 &)

Constructor.

Description of MTX33(f32, f32, f32, f32, f32, f32, f32, f32, f32)

Constructor.


CONFIDENTIAL