public interface BBox3D extends Envelope3D
| Modifier and Type | Method and Description |
|---|---|
BBox3D |
copy() |
List<Point3D> |
getBounds() |
Point3D |
getCentroid() |
double |
getDepth() |
tr.com.terrayazilim.core.unit.DimensionUnit |
getDimensionUnit() |
double |
getHeight() |
ShapeUnit |
getShapeUnit() |
double |
getVolume() |
double |
getWidth() |
boolean |
isBounded() |
BBox3D |
scale(double scaleFactor) |
BBox3D |
translate(double... args) |
BBox3D |
union(BBox3D bBox3D) |
ShapeUnit getShapeUnit()
getShapeUnit in interface Envelope3DgetShapeUnit in interface Shapetr.com.terrayazilim.core.unit.DimensionUnit getDimensionUnit()
getDimensionUnit in interface Envelope3DgetDimensionUnit in interface ShapeBBox3D scale(double scaleFactor)
BBox3D translate(double... args)
boolean isBounded()
BBox3D copy()
double getDepth()
getDepth in interface Envelope3Ddouble getHeight()
getHeight in interface Envelope3Ddouble getWidth()
getWidth in interface Envelope3DPoint3D getCentroid()
getCentroid in interface Envelope3Ddouble getVolume()
getVolume in interface Envelope3DCopyright © 2018 Terra Software Informatics LLC.. All rights reserved.