bevy/crates/bevy_math
ickshonpe c959c1ba58
normalize method for Rect (#10297)
# Objective

`normalize` method that expresses a rectangle relative to a normalized
[0..1] x [0..1] space defined by another rectangle.

Useful for UI and texture atlas calculations etc.

---------

Co-authored-by: Rob Parrett <robparrett@gmail.com>
2023-10-28 19:02:58 +00:00
..
src normalize method for Rect (#10297) 2023-10-28 19:02:58 +00:00
Cargo.toml re-export debug_glam_assert feature (#10206) 2023-10-22 23:01:28 +00:00