Difference between revisions of "Sphere Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
 
(command syntax: changed [ ] into ( ))
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
{{Manual Page|version=4.0}}
+
;Sphere( <Point>, <Radius> ):Creates a sphere with center and radius.
{{command|3D}}
+
;Sphere( <Point>, <Point> ):Creates a sphere with center in the first point through the second point.
;Sphere[ <Point3D>, <Radius Number> ]
+
:{{example| 1=<div><code><nowiki>Sphere((0, 0, 0), (1, 1, 1))</nowiki></code> yields ''x² + y² + z² = 3''</div>}}
:{{description}}
+
{{Note| See also [[Image:Mode sphere2.svg|link=|22px]][[Sphere with Center through Point Tool|Sphere with Center through Point]] Tool and [[Image:Mode spherepointradius.svg|link=|22px]] [[Sphere with Center and Radius Tool|Sphere with Center and Radius]] Tool.}}

Latest revision as of 13:05, 30 September 2017


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