nn::math::MTX23_ Structure

Syntax

struct MTX23_
{
   BaseData f;
   f32 m[2][3];
   f32 a[6];
   VEC3_ v[2];
};

Description

Structure defining only elements in a 2 x 3 matrix.

Structures

nn::math::MTX23_::BaseData Structure with members in a 2 x 3 matrix.

Member Variables

Union
f BaseData Matrix element.
m f32 Matrix elements represented as a 2D array.
a f32 Matrix elements represented as an array.
v VEC3_ Matrix elements represented as a VEC3_ array.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL