BoundingCircle
BoundingCircle
- center : glam::Vec2
- circle : bevy_math::primitives::dim2::Circle
Description
A bounding circle
Functions
Function | Summary |
---|---|
aabb_2d(_self) | Computes the smallest [`Aabb2d`] containing this [`BoundingCircle`]. |
clone(_self) | No Documentation 🚧 |
closest_point(_self, point) | Finds the point on the bounding circle that is closest to the given `point`. If the point is outsi |
new(center, radius) | Constructs a bounding circle from its center and radius. |
radius(_self) | Get the radius of the bounding circle |