Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Geometry.h487 bool IntersectionAABB(const AABB* a, const AABB* b);
/CTR-SDK-0.13.2/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()