nn::math::MTX44_ Structure

Syntax

struct MTX44_
{
   BaseData f;
   f32 m[4][4];
   f32 a[16];
   VEC4_ v[4];
};

Description

Structure defining only elements in a 4 x 4 matrix.

Structures

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