Difference between revisions of "Point Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
; Point[ <Object> ]: Returns a point on the geometric object. The resulting point can be moved along the [[Geometric Objects#Paths|path]].
+
; Point( <Object> ): Returns a point on the geometric object. The resulting point can be moved along the [[Geometric Objects#Paths|path]].
; Point[ <Object>, <Parameter> ]: Returns a point on the geometric object with given [[PathParameter Command|path parameter]].
+
; Point( <Object>, <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( &lt;List> ): Converts a list containing two numbers into a Point.
 
:{{example|1=<code><nowiki> Point[{1, 2}]</nowiki></code> yields ''(1, 2)''.}}
 
:{{example|1=<code><nowiki> Point[{1, 2}]</nowiki></code> yields ''(1, 2)''.}}
 
{{Note| See also [[File:Mode point.svg|link=|24px]] [[Point Tool|Point]] tool.}}
 
{{Note| See also [[File:Mode point.svg|link=|24px]] [[Point Tool|Point]] tool.}}

Revision as of 17:16, 7 October 2017


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).
Note: See also Mode point.svg Point tool.
© 2024 International GeoGebra Institute