Difference between revisions of "Sphere Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}
 
{{command|3D}}
 
{{command|3D}}
;Sphere[ <Point P>, <Radius r> ]:Creates a sphere with center ''P'' and radius ''r''.
+
;Sphere[ <Point>, <Radius> ]:Creates a sphere with center and radius.
;Sphere[ <Point P> , <Point Q> ]:Creates a sphere with center ''P''through ''Q''.
+
;Sphere[ <Point>, <Point> ]:Creates a sphere with center in the first point through the second point.
 +
:{{example| 1=<div><code><nowiki>Sphere[(0, 0, 0), (1, 1, 1)]</nowiki></code> yields ''x² + y² + z² = 3''</div>}}
 +
{{Note| See also [[Image:Mode sphere2 32.gif]] [[Sphere with Center through Point Tool|Sphere with Center through Point]] Tool and [[Image:Mode_spherepointradius_32.gif]] [[Sphere with Center and Radius Tool|Sphere with Center and Radius]] Tool.}}

Revision as of 14:18, 29 July 2014


Sphere[ <Point>, <Radius> ]
Creates a sphere with center and radius.
Sphere[ <Point>, <Point> ]
Creates a sphere with center in the first point through the second point.
Example:
Sphere[(0, 0, 0), (1, 1, 1)] yields x² + y² + z² = 3
© 2024 International GeoGebra Institute