Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Geometry.h487 bool IntersectionAABB(const AABB* a, const AABB* b);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp1274 IntersectionAABB(const AABB* a, const AABB* b) in IntersectionAABB() function
1460 if (!IntersectionAABB(B, &box)) in IntersectAABB()
1487 if (!IntersectionAABB(B, &box)) in IntersectAABB_Ex()