bevy/crates/bevy_render
Joseph 23598d7bec
Add a method to compute a bounding box enclosing a set of points (#9630)
# Objective

Make it easier to create bounding boxes in user code by providing a
constructor that computes a box surrounding an arbitrary number of
points.

## Solution

Add `Aabb::enclosing`, which accepts iterators, slices, or arrays.

---------

Co-authored-by: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com>
2023-08-31 01:33:13 +00:00
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src Add a method to compute a bounding box enclosing a set of points (#9630) 2023-08-31 01:33:13 +00:00
Cargo.toml Remove unused regex dep from bevy_render (#9613) 2023-08-29 12:28:24 +00:00