Difference between revisions of "Centroid Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
(command syntax: changed [ ] into ( ))
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
{{command|geometry}}
+
;Centroid( <Polygon> ):Returns the centroid of the polygon.
;Centroid[ <Polygon> ]:Returns the centroid of the polygon.
+
:{{example|1=<div>Let <code><nowiki>A = (1, 4)</nowiki></code>, <code><nowiki>B = (1, 1)</nowiki></code>, <code><nowiki>C = (5, 1)</nowiki></code> and <code><nowiki>D = (5, 4)</nowiki></code> be the vertices of a polygon.  <code><nowiki>Polygon(A, B, C, D)</nowiki></code> yields ''poly1 = 12''. <code><nowiki>Centroid(poly1)</nowiki></code> yields the centroid ''E = (3, 2.5)''.</div>}}

Latest revision as of 09:02, 11 October 2017


Centroid( <Polygon> )
Returns the centroid of the polygon.
Example:
Let A = (1, 4), B = (1, 1), C = (5, 1) and D = (5, 4) be the vertices of a polygon. Polygon(A, B, C, D) yields poly1 = 12. Centroid(poly1) yields the centroid E = (3, 2.5).
© 2024 International GeoGebra Institute