Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix22.h161 MTX22() {} in MTX22() function
167 MTX22(f32 x00, f32 x01, in MTX22() function
266 MTX22::MTX22(const f32* p) { MTX22Copy(this, reinterpret_cast<const MTX22*>(p)); } in MTX22() function
269 MTX22::MTX22(const MTX23& rhs) { MTX23ToMTX22(this, &rhs); } in MTX22() function