public interface NoiseFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
NoiseFilter.TrigKind
Kind of trigonometric function.
|
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x,
double y,
double z,
double origValue)
Applies filter on the noise at the specified location.
|