public static class Shape3D.EmptySet3D extends Object implements Shape3D
Shape3D.EmptySet3DACCURACY, ACCURACY_INVERSE, EMPTY_SET| Modifier | Constructor and Description |
|---|---|
protected |
EmptySet3D() |
| Modifier and Type | Method and Description |
|---|---|
Shape3D |
clip(Box3D box) |
boolean |
contains(Point3D point) |
Box3D |
getBoundingBox() |
double |
getDistance(Point3D p)
return positive infinity.
|
boolean |
isBounded()
Returns true if the shape is bounded, that is if we can draw a finite
rectangle enclosing the shape.
|
boolean |
isEmpty() |
Shape3D |
transform(AffineTransform3D trans) |
public double getDistance(Point3D p)
getDistance in interface Shape3Dpublic boolean isBounded()
Shape3Dpublic Box3D getBoundingBox()
getBoundingBox in interface Shape3Dpublic Shape3D transform(AffineTransform3D trans)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.