bevy/crates/bevy_math/src
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
..
rects normalize method for Rect (#10297) 2023-10-28 19:02:58 +00:00
affine3.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
cubic_splines.rs Rename Bezier to CubicBezier for clarity (#9554) 2023-08-28 17:37:42 +00:00
lib.rs Rename Bezier to CubicBezier for clarity (#9554) 2023-08-28 17:37:42 +00:00
ray.rs Improve code/comments for Ray::intersect_plane and its tests (#6823) 2022-12-05 22:49:06 +00:00