orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-noise
/
org.openrndr.extra.noise
/
Random
/
simplex
simplex
fun
simplex
(
x
:
Double
,
y
:
Double
)
:
Double
(
source
)
fun
simplex
(
position
:
Vector2
)
:
Double
(
source
)
fun
simplex
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
Double
(
source
)
fun
simplex
(
position
:
Vector3
)
:
Double
(
source
)
fun
simplex
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
:
Double
(
source
)
fun
simplex
(
position
:
Vector4
)
:
Double
(
source
)