applyAbsoluteValue()
Replaces all negative values in the noise field with their positive absolute values.
Declaration
func applyAbsoluteValue()Discussion
For example, a value of -0.75 becomes 0.75, but positive values such as 0.5 remain unchanged.
[Image]