MTX23

nn::math::MTX23::MTX23 Constructor

Syntax

MTX23();

explicit MTX23(
     const f32 * p
);

explicit MTX23(
     const MTX22 & rhs
);

MTX23(
     f32 x00,
     f32 x01,
     f32 x02,
     f32 x10,
     f32 x11,
     f32 x12
);

List of Overloaded Member Functions

MTX23( ) Constructor.
MTX23(const f32 *) Constructor.
MTX23(const MTX22 &) Constructor.
MTX23(f32, f32, f32, f32, f32, f32) Constructor.

Description of MTX23( )

Constructor.

Description of MTX23(const f32 *)

Constructor.

Description of MTX23(const MTX22 &)

Constructor.

Description of MTX23(f32, f32, f32, f32, f32, f32)

Constructor.


CONFIDENTIAL