//
pkg.gl
Category
github.com/KEINOS/go-noise
pkg
perlin
package
0.1.0-rc1
Repository:
https://github.com/keinos/go-noise.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
80 SLOC
#
Functions
New
New returns a noise generator instance of seeded Perlin noise.
#
Constants
Alpha
Alpha is the default smoothness of Perlin noise.
Beta
Beta is the default scale of Perlin noise.
Iteration
Iteration is the default number of iterations of Perlin noise.
#
Structs
Generator
Generator holds parameters of Perlin noise.