public class ContourUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static double[] |
computeContourValues(double zMin,
double zMax,
double zInterval)
Compute contour values as even multiples of zInterval within the
range of zMin and zMax.
|
public static double[] computeContourValues(double zMin, double zMax, double zInterval)
zMin
- the minimum value of interestzMax
- the maximum value of interestzInterval
- the contour spacing intervalCopyright © 2021. All rights reserved.