mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add module level documentation for collide_aabb (#2152)
Related to #2105. Doc comments are present on the `collide` function, but not on the module level.
This commit is contained in:
parent
b23b23aab4
commit
b4f80c29ee
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Utilities for detecting if and on which side two axis-aligned bounding boxes (AABB) collide.
|
||||
|
||||
use bevy_math::{Vec2, Vec3};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in a new issue