nn::math::MTX34::MTX34 Constructor

Syntax

MTX34();

MTX34(
     const f32 * p
);

MTX34(
     const MTX34 & rhs
);

MTX34(
     const MTX33 & rhs
);

MTX34(
     f32 x00,
     f32 x01,
     f32 x02,
     f32 x03,
     f32 x10,
     f32 x11,
     f32 x12,
     f32 x13,
     f32 x20,
     f32 x21,
     f32 x22,
     f32 x23
);

List of Overloaded Member Functions

MTX34( ) Constructor.
MTX34(const f32 *) Constructor.
MTX34(const MTX34 &) This is a copy constructor.
MTX34(const MTX33 &) Constructor.
MTX34(f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32) Constructor.

Description of MTX34( )

Constructor.

Description of MTX34(const f32 *)

Constructor.

Description of MTX34(const MTX34 &)

Copy constructor.

Description of MTX34(const MTX33 &)

Constructor.

Description of MTX34(f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32)

Constructor.


CONFIDENTIAL