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

#include <math_Matrix44.h>

Inherited by nw::math::MTX44.

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 
      f32   _30 
      f32   _31 
      f32   _32 
      f32   _33 
   } 
   BaseData   f 
   f32   m [4][4] 
   f32   a [16] 
   VEC4_   v [4] 
}; 

Member Data Documentation

◆ _00

f32 nw::math::MTX44_::_00

◆ _01

f32 nw::math::MTX44_::_01

◆ _02

f32 nw::math::MTX44_::_02

◆ _03

f32 nw::math::MTX44_::_03

◆ _10

f32 nw::math::MTX44_::_10

◆ _11

f32 nw::math::MTX44_::_11

◆ _12

f32 nw::math::MTX44_::_12

◆ _13

f32 nw::math::MTX44_::_13

◆ _20

f32 nw::math::MTX44_::_20

◆ _21

f32 nw::math::MTX44_::_21

◆ _22

f32 nw::math::MTX44_::_22

◆ _23

f32 nw::math::MTX44_::_23

◆ _30

f32 nw::math::MTX44_::_30

◆ _31

f32 nw::math::MTX44_::_31

◆ _32

f32 nw::math::MTX44_::_32

◆ _33

f32 nw::math::MTX44_::_33

◆ f

BaseData nw::math::MTX44_::f

◆ m

f32 nw::math::MTX44_::m[4][4]

◆ a

f32 nw::math::MTX44_::a[16]

◆ v

VEC4_ nw::math::MTX44_::v[4]

◆ [union]

union { ... } nw::math::MTX44_