We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23b23a commit b4f80c2Copy full SHA for b4f80c2
crates/bevy_sprite/src/collide_aabb.rs
@@ -1,3 +1,5 @@
1
+//! Utilities for detecting if and on which side two axis-aligned bounding boxes (AABB) collide.
2
+
3
use bevy_math::{Vec2, Vec3};
4
5
#[derive(Debug)]
0 commit comments