jp.keijiro.klak.math

Extension library for Unity Mathematics.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
jp.keijiro.klak.math
2.1.05 months ago4 years agoMinified + gzip package size for jp.keijiro.klak.math in KB

Readme

KlakMath
KlakMath is an extension library for the Unity Mathematics package.
At the moment, this library contains the following classes:

Interpolation functions

gif
CdsTween (critically damped spring model), ExpTween (exponential interpolation)

Noise functions

gif gif gif
Noise (1D gradient noise)

Pseudo random number generator

5
XXHash (fast hash function as a PRNG)

Rotation utilities

FromTo (rotation between two vectors)