Skip to content

An extension library for Unity Mathematics.

License

Notifications You must be signed in to change notification settings

keijiro/KlakMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)