public class DensityTree.Bounds extends Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
max
The Max.
|
double[] |
min
The Min.
|
| Constructor and Description |
|---|
Bounds(double[] max,
double[] min)
Instantiates a new Bounds.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getVolume()
Gets volume.
|
String |
toString() |
DensityTree.Bounds |
union(double[] pt)
Union bounds.
|
Copyright © 2019 SimiaCryptus Software. All rights reserved.