Lines Matching defs:MTX33
120 struct MTX33 : public MTX33_ struct
127 static const MTX33& Identity() in Identity() argument
137 typedef MTX33 self_type; //!< 自分の型です。 argument
145 MTX33() {} in MTX33() argument
147 MTX33(const f32* p) { MTX33Copy(this, reinterpret_cast<const MTX33*>(p)); } in MTX33() function
149 MTX33(const MTX34& rhs) { MTX34ToMTX33(this, &rhs); } in MTX33() function
151 MTX33(f32 x00, f32 x01, f32 x02, in MTX33() argument
171 VEC3& GetRow(int index) in GetRow()
178 const VEC3& GetRow(int index) const in GetRow()
185 VEC3 GetColumn(int index) const in GetColumn()
210 self_type& SetupIdentity() { return *MTX33Identity(this); } in SetupIdentity() argument
219 …bool operator == (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(MTX33)) ==… argument
225 bool IsIdentity() const { return MTX33IsIdentity(this); } in IsIdentity() argument