Difference between revisions of "Point 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 )
 
(8 intermediate revisions by 5 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}}
+
; Point( <Object> ): Returns a point on the geometric object. The resulting point can be moved along the [[Geometric Objects#Paths|path]].
; Point[ [[Geometric Objects#Paths|Path]] ]: Returns a point on the geometric object. The resulting point can be moved along the path.
+
; Point( <Object>, <Parameter> ): Returns a point on the geometric object with given [[PathParameter Command|path parameter]].
; Point[ [[Geometric Objects#Paths|Path]], Parameter]: Returns a point on the geometric object with given [[PathParameter Command|path parameter]].
+
; Point( <Point>, <Vector> ): Creates a new point by adding the vector to the given point.
; Point[Point, Vector]: Creates a new point by adding the vector to the given point.
+
; Point( &lt;List> ): Converts a list containing two numbers into a Point.
; Point[ List ]: Converts a list containing 2 numbers into a Point, eg Point[ {1, 2} ]
+
:{{example|1=<code><nowiki> Point({1, 2})</nowiki></code> yields ''(1, 2)''.}}
{{Note| See also [[New Point Tool|New Point]] tool.}}
+
 
 +
{{Notes|1=<div>
 +
* See also [[File:Mode point.svg|link=|24px]] [[Point Tool|Point]] tool.
 +
* See also [[Points_and_Vectors|Points and vectors]]</div>}}

Latest revision as of 10:22, 18 June 2019


Point( <Object> )
Returns a point on the geometric object. The resulting point can be moved along the path.
Point( <Object>, <Parameter> )
Returns a point on the geometric object with given path parameter.
Point( <Point>, <Vector> )
Creates a new point by adding the vector to the given point.
Point( <List> )
Converts a list containing two numbers into a Point.
Example: Point({1, 2}) yields (1, 2).


Notes:
© 2024 International GeoGebra Institute