-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Move FloatOrd into bevy_math #12712
Copy link
Copy link
Closed
Labels
A-MathFundamental domain-agnostic mathematical operationsFundamental domain-agnostic mathematical operationsA-UtilsUtility functions and typesUtility functions and typesC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change
Description
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 in bevy_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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-MathFundamental domain-agnostic mathematical operationsFundamental domain-agnostic mathematical operationsA-UtilsUtility functions and typesUtility functions and typesC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change