Releases: ltmx/Unity.mathx
Releases · ltmx/Unity.mathx
1.1.1f1
Additions -->
.lerp()
.unlerp()
.quint() (returns x * x * x * x * x)
.quart() (returns x * x * x * x)
.cube() (returns x * x * x)
.sqr() (returns x * x)
.neg() (returns - x)
.onem() (returns 1 - x)
.distance()
.refract()
.cross()
Multiple Mathematical & Physical Constants
Polynomial Smoothing Functions
Easing Functions
Type conversion optimisations
Default values
Multiple Bug Fixes
Documentation
Full Changelog: 1.0.0-preview.1...1.1.1f1
1.0.0-preview.1
v1.0.0 feature-complete
Randoms
Rounding
Constants
Fast Math
Arithmetics
Shorthands
Comparison
Trigonometry
Vector Updaters
Type Conversion
Vector Functions
Logarithms and exponents
Array and list Type Conversion
Smoothing Interpolation Functions
Full Changelog: https://github.com/LTMX/Unity.mathx/commits/1.0.0-preview.1