public class IUSineMap extends IMap
| Modifier and Type | Field and Description |
|---|---|
double |
frequency |
double |
maxValue |
double |
minValue |
double |
phase |
defaultDensityHeight, defaultDensityWidth, defaultExportHeight, defaultExportWidth, densityMinDelta, uIntegration, vIntegration| Constructor and Description |
|---|
IUSineMap(double minamp,
double maxamp,
double freq,
double phs) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(double x) |
double |
get(double u,
double v)
A main method to get a value of the map.
|
createImage, createImage, flipU, flipV, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, saveAsJPEG, saveAsJPEG, saveAsPNG, saveAsPNG, scaleDensityMapU, scaleDensityMapVpublic double minValue
public double maxValue
public double frequency
public double phase
public IUSineMap(double minamp,
double maxamp,
double freq,
double phs)
public double get(double u,
double v)
IMappublic double get(double x)