NW4F Sys
Loading...
Searching...
No Matches
nw::math::MTX34_ Struct Reference

#include <math_Matrix34.h>

Inherited by nw::math::MTX34.

Classes

struct  BaseData

Public Attributes

union { 
   struct { 
      f32   _00 
      f32   _01 
      f32   _02 
      f32   _03 
      f32   _10 
      f32   _11 
      f32   _12 
      f32   _13 
      f32   _20 
      f32   _21 
      f32   _22 
      f32   _23 
   } 
   BaseData   f 
   f32   m [3][4] 
   f32   a [12] 
   VEC4_   v [3] 
}; 

Member Data Documentation

◆ _00

f32 nw::math::MTX34_::_00

◆ _01

f32 nw::math::MTX34_::_01

◆ _02

f32 nw::math::MTX34_::_02

◆ _03

f32 nw::math::MTX34_::_03

◆ _10

f32 nw::math::MTX34_::_10

◆ _11

f32 nw::math::MTX34_::_11

◆ _12

f32 nw::math::MTX34_::_12

◆ _13

f32 nw::math::MTX34_::_13

◆ _20

f32 nw::math::MTX34_::_20

◆ _21

f32 nw::math::MTX34_::_21

◆ _22

f32 nw::math::MTX34_::_22

◆ _23

f32 nw::math::MTX34_::_23

◆ f

BaseData nw::math::MTX34_::f

◆ m

f32 nw::math::MTX34_::m[3][4]

◆ a

f32 nw::math::MTX34_::a[12]

◆ v

VEC4_ nw::math::MTX34_::v[3]

◆ [union]

union { ... } nw::math::MTX34_