Searched refs:M (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/math/ |
| D | math_Geometry.cpp | 81 AABB::Set(const AABB* box, const MTX34* M) in Set() argument 90 x0 = M->f._00 * box->Pmin.x + M->f._03; in Set() 91 x1 = M->f._00 * box->Pmax.x + M->f._03; in Set() 92 a0 = M->f._01 * box->Pmin.y; in Set() 93 a1 = M->f._01 * box->Pmax.y; in Set() 94 b0 = M->f._02 * box->Pmin.z; in Set() 95 b1 = M->f._02 * box->Pmax.z; in Set() 105 y0 = M->f._10 * box->Pmin.x + M->f._13; in Set() 106 y1 = M->f._10 * box->Pmax.x + M->f._13; in Set() 107 a0 = M->f._11 * box->Pmin.y; in Set() [all …]
|
| /CTR-SDK-2.4.0/include/nn/math/ |
| D | math_Matrix44.h | 1042 …ne MTX44* MTX44MultScale(MTX44* pOut, const MTX44& M, const VEC3& S) { return MTX44MultScale(pOut,… in MTX44MultScale() argument 1043 … MTX44MultScale(MTX44* pOut, const VEC3& S, const MTX44& M) { return MTX44MultScale(pOut, &S, &M);… in MTX44MultScale() argument 1046 …44* MTX44MultTranslate(MTX44* pOut, const MTX44& M, const VEC3& T) { return MTX44MultTranslate(pOu… in MTX44MultTranslate() argument 1047 …MultTranslate(MTX44* pOut, const VEC3& T, const MTX44& M) { return MTX44MultTranslate(pOut, &T, &M… in MTX44MultTranslate() argument
|
| D | math_Geometry.h | 292 void Set(const AABB* box, const MTX34* M);
|
| /CTR-SDK-2.4.0/resources/specfiles/ |
| D | Application.desc | 167 Fv6VDTi06sYTu231Vt18jydF3M/M/3ZBe2V4C896RZHQ+RuIGpNYk3K12re9
|
| /CTR-SDK-2.4.0/build/omake/platforms/CTR/ |
| D | CTR.commondefs.gl.om | 42 global.SHADER_LDFLAGS = -M
|
| /CTR-SDK-2.4.0/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 180 this.CSCANFLAGS = -M --no_depend_system_headers
|