Companion
Functions
Link copied to clipboard
fun aabbOverlap(boxA: AxisAlignedBoundingBox, boxB: AxisAlignedBoundingBox): Boolean
Content copied to clipboard
Method to check if two AABB's overlap. Can be seen as world space.
fun aabbOverlap(bodyA: CollisionBodyInterface, bodyB: CollisionBodyInterface): Boolean
Content copied to clipboard
Checks whether two body's AABB's overlap in world space.