Searched defs:MTX23 (Results 1 – 1 of 1) sorted by relevance
270 MTX23() {} in MTX23() function272 explicit MTX23(const f32* p) { (void)MTX23Copy(this, reinterpret_cast<const MTX23*>(p)); } in MTX23() function274 explicit MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23() function276 MTX23(f32 x00, f32 x01, f32 x02, in MTX23() function