Added AABBVsAABB function.
This commit is contained in:
@@ -11,6 +11,8 @@ bool RayAABBIntr(const Ray& ray, const AABB& box);
|
||||
bool RayVsAABB(const Ray& ray, const AABB& box);
|
||||
bool RayVsAABB(const Ray& ray, const AABB& box, float& outDistance);
|
||||
|
||||
bool AABBVsAABB(const AABB& a, const AABB& b);
|
||||
bool AABBVsAABBTst(const AABB& a, const AABB& b);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user