Macaulay2 » Documentation
Packages » Graphics :: sphere(Point3D,RR)
next | previous | forward | backward | up | index | toc

sphere(Point3D,RR) -- a sphere from a center and a radius

Description

i1 : sphere(point(20.1, 30.,100.),30.)

o1 = Sphere{Point3D{20, 30, 100}, 30}

o1 : Sphere

Ways to use this method:


The source of this document is in Graphics.m2:881:0.