Lines Matching refs:AABB
45 AABB::Normalize() in Normalize()
56 AABB::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set()
81 AABB::Set(const AABB* box, const MTX34* M) in Set()
149 AABB tmp; in Set()
430 DistSqPoint3ToAABB(const VEC3* P, const AABB* B, VEC3* q) in DistSqPoint3ToAABB()
1243 IntersectionRay3AABB(const RAY3* R, const AABB* box, f32* t) in IntersectionRay3AABB()
1274 IntersectionAABB(const AABB* a, const AABB* b) in IntersectionAABB()
1287 IntersectionSphereAABB(const SPHERE* sphere, const AABB* aabb) in IntersectionSphereAABB()
1326 IntersectionPlaneAABB(const PLANE* J, const AABB* B) in IntersectionPlaneAABB()
1457 FRUSTUM::IntersectAABB(const AABB* B) const in IntersectAABB()
1484 FRUSTUM::IntersectAABB_Ex(const AABB* B) const in IntersectAABB_Ex()
1577 AABB*
1578 MergeAABB(AABB* a2, const AABB* a0, const AABB* a1) in MergeAABB()