public final class Bounds extends Object
minBound <= maxBound
.
join(other)
will derive a new Bounds
, with
minBound
the minimum of this.getMinBound()
and
other.getMinBound()
and so on.
Constructor and Description |
---|
Bounds(double minBound,
double maxBound) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getMaxBound() |
double |
getMinBound() |
int |
hashCode() |
Bounds |
join(Bounds other) |
String |
toString() |
Copyright © 2015–2021 Fiji. All rights reserved.