public class BoundingBox
extends java.lang.Object
Constructor and Description |
---|
BoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(double x,
double y) |
void |
addPoint(javax.vecmath.Point2d point) |
BoundingBox |
clone() |
double |
getXMax() |
double |
getXMin() |
double |
getYMax() |
double |
getYMin() |
boolean |
isPointInside(javax.vecmath.Point2d point) |
static BoundingBox |
merge(BoundingBox bbox1,
BoundingBox bbox2) |
void |
reset() |
public void reset()
public void addPoint(javax.vecmath.Point2d point)
public void addPoint(double x, double y)
public BoundingBox clone()
clone
in class java.lang.Object
public static BoundingBox merge(BoundingBox bbox1, BoundingBox bbox2)
public boolean isPointInside(javax.vecmath.Point2d point)
public double getXMin()
public double getXMax()
public double getYMin()
public double getYMax()