Difference between revisions of "Point Command"

From GeoGebra Manual
Jump to: navigation, search
m (Updated tool names)
m (added tool image)
Line 6: Line 6:
 
; Point[ <List> ]: Converts a list containing two numbers into a Point.
 
; Point[ <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 [[Point Tool|Point]] tool.}}
+
{{Note| See also [[image : Tool_New Point.gif]] [[Point Tool|Point]] tool.}}

Revision as of 12:40, 28 December 2013



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 Tool New Point.gif Point tool.
© 2024 International GeoGebra Institute