bevy/crates/bevy_math/src
Liam Gallagher 942766c485
Add integer equivalents for Rect (#7984)
## Objective

Add integer equivalents for the `Rect` type.

Closes #7967

## Solution

- Add `IRect` and `URect`

## Changelog

Added `IRect` and `URect` types.
2023-06-12 19:10:48 +00:00
..
rects Add integer equivalents for Rect (#7984) 2023-06-12 19:10:48 +00:00
cubic_splines.rs Add CubicCurve::segment_count + iter_samples adjustment (#8711) 2023-05-31 14:57:37 +00:00
lib.rs Add integer equivalents for Rect (#7984) 2023-06-12 19:10:48 +00:00
ray.rs Improve code/comments for Ray::intersect_plane and its tests (#6823) 2022-12-05 22:49:06 +00:00