Skip to content

Commit da06569

Browse files
author
Elli Beres
committed
Add normalized function
1 parent d387646 commit da06569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opensimplex2d.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "math"
44

55
type Noise interface {
66
Noise2D(x, y float64) float64
7+
NormalizedNoise2D(x, y float64) float64
78
}
89

910
type noise struct {

0 commit comments

Comments
 (0)