public class Sphere
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
containsPoint(Point3d pnt) |
Point3d |
getCenter() |
double |
getRadius() |
boolean |
intersects(Sphere sphere) |
void |
setCenter(Point3d c) |
void |
setRadius(double rad) |
public Sphere(double rad, Point3d c)