Difference between revisions of "Pyramid Command"

From GeoGebra Manual
Jump to: navigation, search
(added missing syntaxes - descriptions tags)
Line 2: Line 2:
 
{{command|3D}}
 
{{command|3D}}
 
;Pyramid[ <Point>, <Point>, ...]
 
;Pyramid[ <Point>, <Point>, ...]
{{description|5}}
+
:Returns a pyramid defined by the given points.
 +
{{example| 1=<div><code><nowiki>Pyramid[A, B, C, D]</nowiki></code>creates the pyramid with basis ABC and apex D.</div>}}
 
;Pyramid[ <Polygon>, <Point> ]  
 
;Pyramid[ <Polygon>, <Point> ]  
{{description|5}}
+
:Creates a pyramid with the polygon as base area and the point as apex.
;Pyramid[ <Polygon>, <Number> ]  
+
;Pyramid[ <Polygon>, <Height> ]  
{{description|5}}
+
:Returns a centered pyramid defined by the polygon as base area and the given height.
 +
{{example| 1=<div><code><nowiki>Pyramid[poly1, 3]</nowiki></code>creates a centered pyramid with basis poly1 and height 3.</div>}}

Revision as of 08:09, 22 July 2014


Pyramid[ <Point>, <Point>, ...]
Returns a pyramid defined by the given points.
Example:
Pyramid[A, B, C, D]creates the pyramid with basis ABC and apex D.
Pyramid[ <Polygon>, <Point> ]
Creates a pyramid with the polygon as base area and the point as apex.
Pyramid[ <Polygon>, <Height> ]
Returns a centered pyramid defined by the polygon as base area and the given height.
Example:
Pyramid[poly1, 3]creates a centered pyramid with basis poly1 and height 3.
© 2024 International GeoGebra Institute