Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/math/ARMv6/
Dmath_Matrix33.cpp37 asm MTX33* MTX33CopyAsm(MTX33*, const MTX33*) in MTX33CopyAsm() argument
48 asm MTX33* MTX33MAddAsm(MTX33* , f32, const MTX33*, const MTX33*) in MTX33MAddAsm() argument
73 asm VEC3* VEC3TransformAsm(VEC3*, const MTX33*, const VEC3*) in VEC3TransformAsm()
Dmath_Types.cpp35 MTX34ToMTX33Asm(MTX33* , const MTX34* ) in MTX34ToMTX33Asm() argument
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Matrix33.h120 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() function
171 VEC3& GetRow(int index) in GetRow()
178 const VEC3& GetRow(int index) const in GetRow()
185 VEC3 GetColumn(int index) const in GetColumn()
[all …]