nn::math::MTX44_::BaseData Structure

Syntax

struct BaseData
{
   f32 _00;
   f32 _01;
   f32 _02;
   f32 _03;
   f32 _10;
   f32 _11;
   f32 _12;
   f32 _13;
   f32 _20;
   f32 _21;
   f32 _22;
   f32 _23;
   f32 _30;
   f32 _31;
   f32 _32;
   f32 _33;
};

Description

Matrix element.

Member Variables

_00 f32 1 x 1
_01 f32 1 x 2
_02 f32 1 x 3
_03 f32 1 x 4
_10 f32 2 x 1
_11 f32 2 x 2
_12 f32 2 x 3
_13 f32 2 x 4
_20 f32 3 x 1
_21 f32 3 x 2
_22 f32 3 x 3
_23 f32 3 x 4
_30 f32 4 x 1
_31 f32 4 x 2
_32 f32 4 x 3
_33 f32 4 x 4

Revision History

2012/04/13
Initial version.

CONFIDENTIAL