Difference between revisions of "Point Command"

From GeoGebra Manual
Jump to: navigation, search
Line 4: Line 4:
 
; Point[ [[Geometric Objects#Path|Path]], Parameter]: Returns a point on the geometric object with given [[PathParameter Command|path parameter]].
 
; Point[ [[Geometric Objects#Path|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[ List ]: Converts a list containing 2 numbers into a Point, eg Point[ {1, 2} ]
 
{{Note| See also [[New Point Tool|New Point]] tool.}}
 
{{Note| See also [[New Point Tool|New Point]] tool.}}

Revision as of 12:43, 27 March 2012


Point[ Path ]
Returns a point on the geometric object. The resulting point can be moved along the path.
Point[ Path, 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 2 numbers into a Point, eg Point[ {1, 2} ]
Note: See also New Point tool.
© 2024 International GeoGebra Institute