Closed DaAlbrecht closed 2 days ago
Welcome, new contributor!
Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨
Sadly most functions I saw can't be marked as const until floating point arithmetic is marked as const in the std.
I quickly searched in bevy_color
and bevy_ui
but this seemed already done.
Objective
Mark simple functions as const in
bevy_math
https://github.com/bevyengine/bevy/issues/16124Solution
Testing
cargo test -p bevy_math --all-features