Lines Matching refs:AABB
42 struct AABB;
273 struct AABB struct
276 typedef AABB self_type; argument
278 AABB() {} in AABB() function
279 AABB(const f32* p, bool isNormalized = false)
282 AABB(const VEC3& min, const VEC3& max, bool isNormalized = false) argument
292 void Set(const AABB* box, const MTX34* M); argument
403 AABB box; // フラスタムを包含するAABBで粗い判定に用いる
441 bool IntersectAABB(const AABB* B) const;
444 IntersectionResult IntersectAABB_Ex(const AABB* B) const;
459 f32 DistSqPoint3ToAABB(const VEC3* P, const AABB* B, VEC3* q);
486 bool IntersectionRay3AABB(const RAY3* R, const AABB* box, f32* t);
487 bool IntersectionAABB(const AABB* a, const AABB* b);
488 bool IntersectionSphereAABB(const SPHERE* sphere, const AABB* aabb);
490 bool IntersectionPlaneAABB(const PLANE* J, const AABB* B);
504 IntersectionAABBFrustum(const AABB* B, const FRUSTUM* F) in IntersectionAABBFrustum()
511 IntersectionAABBFrustumEx(const AABB* B, const FRUSTUM* F) in IntersectionAABBFrustumEx()
520 AABB* MergeAABB(AABB* a2, const AABB* a0, const AABB* a1);