nn::math::MTX33_ Structure

Syntax

struct MTX33_
{
   BaseData f;
   f32 m[3][3];
   f32 a[9];
   VEC3_ v[3];
};

Description

Structure defining only elements in a 3 x 3 matrix.

Structures

nn::math::MTX33_::BaseData Matrix element.

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

2012/04/13
Initial version.

CONFIDENTIAL