FixedMathSharp v1.2.0
New Features
-
FixedCurve Class Added
- Introduced a new FixedCurve class to facilitate advanced curve calculations and interpolations.
-
Interpolation Methods in FixedMath
- Added SmoothStep and CubicInterpolate methods to the FixedMath class, enabling smoother transitions and cubic interpolations.
Improvements
- Refactoring of Fixed3x3 and Fixed4x4
- Performed code cleanup and refactoring on the Fixed3x3 and Fixed4x4 classes to enhance readability and maintainability.