Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix23.h78 struct MTX23 : public MTX23_ struct
85 static const MTX23& Identity() in Identity() argument
94 typedef MTX23 self_type; //!< 自分の型です。 argument
102 MTX23() {} in MTX23() function
104 MTX23(const f32* p) { (void)MTX23Copy(this, reinterpret_cast<const MTX23*>(p)); } in MTX23() function
106 MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23() argument
108 MTX23(f32 x00, f32 x01, f32 x02, in MTX23() function
128 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 …]