nn::math::MTX23_::BaseData Structure

Syntax

struct BaseData
{
   f32 _00;
   f32 _01;
   f32 _02;
   f32 _10;
   f32 _11;
   f32 _12;
};

Description

Structure with members in a 2 x 3 matrix.

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

Revision History

2012/04/13
Initial version.

CONFIDENTIAL