translate
Description:
public Sphere translate (
Point3D point)
Translates the center of the given Sphere using the point
coordinates as
the delta of the translation.
Parameters:
this |
a Sphere
|
point |
the coordinates of the translation
|
res |
return location for the translated sphere
|