Searched refs:M (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/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);
|