nn::math::MTX34_ Structure

Syntax

struct MTX34_
{
   BaseData f;
   f32 m[3][4];
   f32 a[12];
   VEC4_ v[3];
};

Description

Structure defining only elements in a 3 x 4 matrix.

Structures

nn::math::MTX34_::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 VEC4_ Matrix elements represented as a VEC4_ array.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL