bevy/crates/bevy_math/src
Emi 36eedbfa92
Change Urect::width & Urect::height to be const (#9640)
# Objective
The two functions

[`Urect::height`](https://docs.rs/bevy_math/latest/bevy_math/struct.URect.html#method.height),

[`Urect::width`](https://docs.rs/bevy_math/latest/bevy_math/struct.URect.html#method.width)
 are currently not const. 
Since the methods are very unlikely to change (ever) and are useful to
be const for some games, they should be.

Co-authored-by: Emi <emanuel.boehm@gmail.com>
2023-08-30 17:31:30 +00:00
..
rects Change Urect::width & Urect::height to be const (#9640) 2023-08-30 17:31:30 +00:00
affine3.rs Reduce the size of MeshUniform to improve performance (#9416) 2023-08-15 06:00:23 +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