nn::math::MTX43_::BaseData Structure

Syntax

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

Description

Matrix element.

Member Variables

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

Revision History

2012/04/13
Initial version.

CONFIDENTIAL