Sphere.translate
void translate(graphene.point3_d.Point3D point, out graphene.sphere.Sphere res)Translates the center of the given #graphene_sphere_t using the point coordinates as the delta of the translation.
Parameters
point | the coordinates of the translation |
res | return location for the translated sphere |