Awesome
KlakMath
KlakMath
is an extension library for the Unity Mathematics package.
At the moment, this library contains the following classes:
Interpolation functions
CdsTween
(critically damped spring model), ExpTween
(exponential
interpolation)
Noise functions
Noise
(1D gradient noise)
Pseudo random number generator
XXHash
(fast hash function as a PRNG)
Rotation utilities
FromTo
(rotation between two vectors)