nn::math::MTX43 Structure

Syntax

struct MTX43 : public nn::math::MTX43_

Description

A 4x3 matrix class.

typedef Definitions

self_type This class's type.
value_type The type of this class's elements.

Member Constants

S ROW_COUNT The number of rows.
S COLUMN_COUNT The number of columns.

Member Functions

Creation
MTX43 Constructor.
Conversions
operator f32 * Casts to an f32-type value.
operator const f32 * Casts to an f32-type value.
GetRow Gets a row as a VEC3-type value.
GetColumn Gets a column as a VEC4-type value.
SetColumn Sets a column as a VEC4-type value.
Settings
SetupIdentity Sets up the identity matrix.
Comparisons
operator== Returns true if the values are equal.
operator!= Returns true if the values are not equal.
IsIdentity Returns true if this is an identity matrix.
Other
S Identity The identity matrix.
Report Outputs the state.

Inheritance Hierarchy

nn::math::MTX43_
  nn::math::MTX43

Revision History

2010/01/29
Initial version.

CONFIDENTIAL