We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d387646 commit da06569Copy full SHA for da06569
opensimplex2d.go
@@ -4,6 +4,7 @@ import "math"
4
5
type Noise interface {
6
Noise2D(x, y float64) float64
7
+ NormalizedNoise2D(x, y float64) float64
8
}
9
10
type noise struct {
0 commit comments