nn::math::MTX43_ Structure

Syntax

struct MTX43_
{
   BaseData f;
   f32 m[4][3];
   f32 a[12];
   VEC3_ v[4];
};

Description

Structure defining only elements in a 4 x 3 matrix.

Structures

nn::math::MTX43_::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