Home
last modified time | relevance | path

Searched refs:box (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp81 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-0.14.4/include/nn/math/
Dmath_Geometry.h292 void Set(const AABB* box, const MTX34* M);
403 AABB box; // フラスタムを包含するAABBで粗い判定に用いる variable
486 bool IntersectionRay3AABB(const RAY3* R, const AABB* box, f32* t);