nn::math::MTX43 Structurestruct MTX43 : public nn::math::MTX43_
A 4x3 matrix class.
typedef Definitions
self_type
|
This class's type. | |
|---|---|---|
value_type
|
The type of this class's elements. |
| S |
ROW_COUNT
|
The number of rows. |
|---|---|---|
| S |
COLUMN_COUNT
|
The number of columns. |
| 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. | |
nn::math::MTX43_
nn::math::MTX43
CONFIDENTIAL