public class AxisAlignedBoundingBox extends Object
| Constructor and Description |
|---|
AxisAlignedBoundingBox() |
AxisAlignedBoundingBox(float[] min,
float[] max) |
AxisAlignedBoundingBox(Vector3f min,
Vector3f max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
closeTo(AxisAlignedBoundingBox other) |
void |
enlarge(float f) |
float[] |
getMax() |
float[] |
getMin() |
void |
process(float[] point) |
String |
toString() |
public AxisAlignedBoundingBox(float[] min,
float[] max)
public AxisAlignedBoundingBox()
public void process(float[] point)
public boolean closeTo(AxisAlignedBoundingBox other)
public float[] getMin()
public float[] getMax()
public void enlarge(float f)
Copyright © 2018 OpenSource BIM. All rights reserved.