Constructor and Description |
---|
RSS(Point center,
Vector[] bases,
double radius) |
Modifier and Type | Method and Description |
---|---|
RSS |
clone()
Make a deep clone this volume.
|
static RSS |
createBoundingRSS_covariance(PointList points) |
static RSS |
createBoundingRSS_covariance(RSS s1,
RSS s2) |
Point |
getCenter()
Get the geometric center of the shape.
|
double |
getVolume()
Get the volume.
|
boolean |
overlaps(RSS rss)
674HOps
|
boolean |
overlaps(Volume vol)
Determine if this volume overlaps vol.
|
java.lang.String |
toString() |
public Rectangle rectangle
public double radius
public boolean overlaps(Volume vol)
Volume
public boolean overlaps(RSS rss)
public double getVolume()
Volume
public Point getCenter()
Shape
public java.lang.String toString()
toString
in class java.lang.Object