Home
last modified time | relevance | path

Searched defs:BaseData (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix43.h51 struct BaseData struct
53 f32 _00, _01, _02;
54 f32 _10, _11, _12;
55 f32 _20, _21, _22;
56 f32 _30, _31, _32;
Dmath_Matrix33.h91 struct BaseData struct
93 f32 _00, _01, _02;
94 f32 _10, _11, _12;
95 f32 _20, _21, _22;
Dmath_Matrix22.h47 struct BaseData struct
49 f32 _00, _01;
50 f32 _10, _11;
Dmath_Matrix44.h228 struct BaseData struct
230 f32 _00, _01, _02, _03;
231 f32 _10, _11, _12, _13;
232 f32 _20, _21, _22, _23;
233 f32 _30, _31, _32, _33;
Dmath_Matrix23.h53 struct BaseData struct
55 f32 _00, _01, _02;
56 f32 _10, _11, _12;
Dmath_Matrix34.h175 struct BaseData struct
177 f32 _00, _01, _02, _03;
178 f32 _10, _11, _12, _13;
179 f32 _20, _21, _22, _23;