Skip to content

FixedMathSharp v1.2.0

Compare
Choose a tag to compare
@mrdav30 mrdav30 released this 24 Feb 03:15
· 9 commits to main since this release

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.