public class DepthRange
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
double |
botDepth
Bottom of the depth range.
|
double |
rayParam
rayParam associated with the depth range.
|
double |
topDepth
Top of the depth range.
|
| Constructor and Description |
|---|
DepthRange() |
DepthRange(double topDepth,
double botDepth) |
DepthRange(double topDepth,
double botDepth,
double rayParam) |
public double topDepth
public double botDepth
public double rayParam