Extension library for Unity Mathematics.
npm install jp.keijiro.klak.mathKlakMath is an extension library for the [Unity Mathematics] package. It adds
tweening, noise, hashing, and rotation helpers for Unity projects.
[Unity Mathematics]:
https://docs.unity3d.com/Packages/com.unity.mathematics@latest
!gif
- CdsTween: critically damped spring interpolation
- ExpTween: exponential interpolation
- Noise: 1D gradient noise
- XXHash: fast hash function usable as a PRNG
- FromTo: rotation between two vectors
You can install the KlakMath package (jp.keijiro.klak.math) via the "Keijiro"
scoped registry using the Unity Package Manager. To add the registry to your
project, follow [these instructions].
[these instructions]:
https://gist.github.com/keijiro/f8c7e8ff29bfe63d86b888901b82644c