Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/math/
Dmath_Matrix22.h72 struct MTX22 : public MTX22_ struct
79 static const MTX22& Identity() in Identity() argument
88 typedef MTX22 self_type; //!< 自分の型です argument
96 MTX22() {} in MTX22() function
102 MTX22(f32 x00, f32 x01, in MTX22() function
121 VEC2& GetRow(int index) in GetRow()
128 const VEC2& GetRow(int index) const in GetRow()
158 self_type& SetupIdentity() { return *MTX22Identity(this); } in SetupIdentity() argument
167 …bool operator == (const self_type& rhs) const { return ::std::memcmp(this, &rhs, sizeof(MTX22)) ==… argument
173 bool IsIdentity() const { return MTX22IsIdentity(this); } in IsIdentity() argument
[all …]