Searched defs:MTX22 (Results 1 – 1 of 1) sorted by relevance
72 struct MTX22 : public MTX22_ struct79 static const MTX22& Identity() in Identity() argument88 typedef MTX22 self_type; //!< 自分の型です argument96 MTX22() {} in MTX22() function102 MTX22(f32 x00, f32 x01, in MTX22() function121 VEC2& GetRow(int index) in GetRow()128 const VEC2& GetRow(int index) const in GetRow()158 self_type& SetupIdentity() { return *MTX22Identity(this); } in SetupIdentity() argument167 …bool operator == (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(MTX22)) ==… argument173 bool IsIdentity() const { return MTX22IsIdentity(this); } in IsIdentity() argument[all …]