Returns a 1D, 2D, 3D, or 4D simplex noise value. The number will be between 0 and 1.
Arguments
| Name | Type | Description |
| x | number |
The x coordinate of the input.
|
Returns
| Name | Type | Description |
| noise | number |
The noise value, between 0 and 1.
|
Arguments
| Name | Type | Description |
| x | number |
The x coordinate of the input.
|
| y | number |
The y coordinate of the input.
|
Returns
| Name | Type | Description |
| noise | number |
The noise value, between 0 and 1.
|
Arguments
| Name | Type | Description |
| x | number |
The x coordinate of the input.
|
| y | number |
The y coordinate of the input.
|
| z | number |
The z coordinate of the input.
|
Returns
| Name | Type | Description |
| noise | number |
The noise value, between 0 and 1.
|
Arguments
| Name | Type | Description |
| x | number |
The x coordinate of the input.
|
| y | number |
The y coordinate of the input.
|
| z | number |
The z coordinate of the input.
|
| w | number |
The w coordinate of the input.
|
Returns
| Name | Type | Description |
| noise | number |
The noise value, between 0 and 1.
|
See also