Searched defs:MTX33 (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/sources/libraries/math/ARMv6/ |
| D | math_Matrix33.cpp | 37 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()
|
| D | math_Types.cpp | 35 MTX34ToMTX33Asm(MTX33* , const MTX34* ) in MTX34ToMTX33Asm() argument
|
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Matrix33.h | 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() argument 149 MTX33(const MTX34& rhs) { MTX34ToMTX33(this, &rhs); } in MTX33() argument 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 …]
|