nn::math::MTX22_ Structure

Syntax

struct MTX22_
{
   BaseData f;
   f32 m[2][2];
   f32 a[4];
   VEC2_ v[2];
};

Description

Structure defining only elements in a 2 x 2 matrix.

Structures

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

Revision History

2012/04/13
Initial version.

CONFIDENTIAL