mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 12:18:58 +00:00
36eedbfa92
# 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> |
||
---|---|---|
.. | ||
irect.rs | ||
mod.rs | ||
rect.rs | ||
urect.rs |