Documentation
¶
Overview ¶
Package noise creates Perlin and Simplex noise.
Package noise creates Perlin and Simplex noise.
Package noise creates Perlin and Simplex noise.
Index ¶
- func Grid(rows, cols int, z, scale float64) [][]float64
- func Perlin(x, y, z float64) float64
- func Perlin1(x float64) float64
- func Perlin2(x, y float64) float64
- func PerlinOct(x, y, z float64, octaves int, persistence float64) float64
- func Simplex1(x float64) float64
- func Simplex2(x, y float64) float64
- func Simplex3(x, y, z float64) float64
- func Simplex4(x, y, z, w float64) float64
- type Noise2d
- type Noise3d
- type Noise4d
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Noise2d ¶ added in v1.0.3
type Noise2d struct {
// contains filtered or unexported fields
}
Noise2d ...
type Noise3d ¶ added in v1.0.3
type Noise3d struct {
// contains filtered or unexported fields
}
Noise3d ...
Click to show internal directories.
Click to hide internal directories.