 |
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static String |
COMMAND |
-
Constructor Summary
Constructors
Constructor and Description |
Sphere(Circle circle)
Creates a Sphere from the given Circle .
|
Sphere(Point center,
Distance radius)
Creates a Sphere around the given center Point with the given radius.
|
Sphere(Point center,
double radius)
Creates a Sphere around the given center Point with the given radius.
|
-
-
Method Detail
-
getCenter
public Point getCenter()
Returns the center of the Circle .
- Returns:
- will never be null.
|
|