Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix23.h270 MTX23() {} in MTX23() function
272 explicit MTX23(const f32* p) { (void)MTX23Copy(this, reinterpret_cast<const MTX23*>(p)); } in MTX23() function
274 explicit MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23() function
276 MTX23(f32 x00, f32 x01, f32 x02, in MTX23() function