pub unsafe extern "C" fn CheckCollisionBoxes(
box1: BoundingBox,
box2: BoundingBox,
) -> bool
Expand description
Check collision between two bounding boxes
pub unsafe extern "C" fn CheckCollisionBoxes(
box1: BoundingBox,
box2: BoundingBox,
) -> bool
Check collision between two bounding boxes