Scratch für Java

Random::noise()

Returns the Open Simplex noise value at specified coordinates.

Syntax

Java

.noise(x)
.noise(x, y)
.noise(x, y, z)

Scratch

(noise)

Parameter

Name Datentyp Beschreibung
x double x-coordinate
y double y-coordinate
z double z-coordinate

Rückgabe

double

noise()