Skip to content

Releases: ltmx/Unity.mathx

1.1.1f1

15 Apr 21:06
Compare
Choose a tag to compare

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

12 Jun 11:17
Compare
Choose a tag to compare
1.0.0-preview.1 Pre-release
Pre-release

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