Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h441 bool IntersectAABB(const AABB* B) const;
506 return F->IntersectAABB(B); in IntersectionAABBFrustum()
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp1457 FRUSTUM::IntersectAABB(const AABB* B) const in IntersectAABB() function in nn::math::FRUSTUM