Searched defs:MTX23 (Results 1 – 1 of 1) sorted by relevance
78 struct MTX23 : public MTX23_ struct85 static const MTX23& Identity() in Identity() argument94 typedef MTX23 self_type; //!< 自分の型です。 argument102 MTX23() {} in MTX23() argument104 MTX23(const f32* p) { (void)MTX23Copy(this, reinterpret_cast<const MTX23*>(p)); } in MTX23() argument106 MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23() argument108 MTX23(f32 x00, f32 x01, f32 x02, in MTX23() function128 VEC3& GetRow(int index) in GetRow()135 const VEC3& GetRow(int index) const in GetRow()165 self_type& SetupIdentity() { return *MTX23Identity(this); } in SetupIdentity() argument[all …]