public abstract class BaseNoiseFilter extends java.lang.Object implements NoiseFilter
NoiseFilter.TrigKind| Modifier and Type | Field and Description |
|---|---|
protected NoiseFilter.TrigKind |
trigKind
Trigonometry function.
|
protected double |
valueFactor
Stretch factor for value.
|
protected double |
xFactor
Stretch factor for X axis.
|
protected double |
yFactor
Stretch factor for Y axis.
|
protected double |
zFactor
Stretch factor for Z axis.
|
| Constructor and Description |
|---|
BaseNoiseFilter(double xFactor,
double yFactor,
double zFactor,
double valueFactor,
NoiseFilter.TrigKind trigKind)
Creates a new base filter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyprotected double xFactor
protected double yFactor
protected double zFactor
protected double valueFactor
protected NoiseFilter.TrigKind trigKind
public BaseNoiseFilter(double xFactor,
double yFactor,
double zFactor,
double valueFactor,
NoiseFilter.TrigKind trigKind)
xFactor - Stretch factor for X axis.yFactor - Stretch factor for Y axis.zFactor - Stretch factor for Z axis.valueFactor - Stretch factor for value.trigKind - Trigonometry function.