Handbook
Glossary
fade ( gradient -- gradient' )
Vocabulary
noise
Inputs
gradient
an
object
Outputs
gradient'
an
object
Definition
USING:
combinators
kernel
math.vectors
;
IN:
noise
:
fade
( gradient -- gradient' )
{
[
drop
6.0
]
[
n*v
-15.0
v+n
]
[
v*
10.0
v+n
]
[
v*
]
[
v*
]
[
v*
]
}
cleave
;
inline