MTX44

nn::math::MTX44::MTX44 Constructor

Syntax

MTX44();

explicit MTX44(
     const f32 * p
);

explicit MTX44(
     const MTX34 & rhs
);

MTX44(
     const MTX44 & rhs
);

MTX44(
     f32 x00,
     f32 x01,
     f32 x02,
     f32 x03,
     f32 x10,
     f32 x11,
     f32 x12,
     f32 x13,
     f32 x20,
     f32 x21,
     f32 x22,
     f32 x23,
     f32 x30,
     f32 x31,
     f32 x32,
     f32 x33
);

List of Overloaded Member Functions

MTX44( ) Constructor.
MTX44(const f32 *) Constructor.
MTX44(const MTX34 &) Constructor.
MTX44(const MTX44 &) Copy constructor.
MTX44(f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32) Constructor.

Description of MTX44( )

Constructor.

Description of MTX44(const f32 *)

Constructor.

Description of MTX44(const MTX34 &)

Constructor.

Description of MTX44(const MTX44 &)

Copy constructor.

Description of MTX44(f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32)

Constructor.


CONFIDENTIAL