Move FloatOrd
into bevy_math
#12712
Labels
A-Math
Fundamental domain-agnostic mathematical operations
A-Utils
Utility functions and types
C-Code-Quality
A section of code that is hard to understand or change
What problem does this solve or what need does it fill?
Utility crates are messy and hard to maintain. See #11478 for more rationale.
FloatOrd
(see e.g. #12711) has a natural home inbevy_math
, with our other mathematical primitives.What solution would you like?
Move
FloatOrd
there.What alternative(s) have you considered?
We could also split this out into its own micro-crate.
The text was updated successfully, but these errors were encountered: