public static class Shape3D.EmptySet3D extends Object implements Shape3D
Shape3D.EmptySet3D
Modifier | Constructor and Description |
---|---|
protected |
Shape3D.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 Shape3D
public boolean isBounded()
Shape3D
public Box3D getBoundingBox()
getBoundingBox
in interface Shape3D
public Shape3D transform(AffineTransform3D trans)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.