Difference between revisions of "Arc Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|geometry}}
 
{{command|geometry}}
 
;Arc[ <Circle>, <Point M >, <Point N> ]
 
;Arc[ <Circle>, <Point M >, <Point N> ]
:the points M and N belong to the circle, returns the arc of the circle between M and N counterclockwise.
+
:Returns the directed arc (counterclockwise) of the given circle, with endpoints M and N.
 
 
  
 
;Arc[ <Ellipse>, <Point M>, <Point N> ]
 
;Arc[ <Ellipse>, <Point M>, <Point N> ]
:the points M and N belong to the ellipse, returns the arc of the ellipse between M and N counterclockwise.
+
:Returns the directed arc (counterclockwise) of the given ellipse, with endpoints M and N.
 
 
  
 
;Arc[ <Circle>, <Parameter Value>, <Parameter Value> ]
 
;Arc[ <Circle>, <Parameter Value>, <Parameter Value> ]
:Returns a circle section arc between two parameter values on a circle.
+
:Returns the circle arc of the given circle, whose endpoints are identified by the specified values of the parameter.
 
:{{Note|Internally the following parametric forms are used:<br/>Circle: (''r'' cos(''t''), ''r'' sin(''t'')) where ''r'' is the circle's radius.}}
 
:{{Note|Internally the following parametric forms are used:<br/>Circle: (''r'' cos(''t''), ''r'' sin(''t'')) where ''r'' is the circle's radius.}}
 
  
 
;Arc[ <Ellipse>, <Parameter Value>, <Parameter Value> ]
 
;Arc[ <Ellipse>, <Parameter Value>, <Parameter Value> ]
:Returns a conic section arc between two parameter values on an ellipse.
+
:Returns the circle arc of the given ellipse, whose endpoints are identified by the specified values of the parameter.
 
:{{Note|Internally the following parametric forms are used:<br/>Ellipse: (''a'' cos(''t''), ''b'' sin(''t'')) where ''a'' and ''b'' are the lengths of the semimajor and semiminor axes.}}
 
:{{Note|Internally the following parametric forms are used:<br/>Ellipse: (''a'' cos(''t''), ''b'' sin(''t'')) where ''a'' and ''b'' are the lengths of the semimajor and semiminor axes.}}
 +
 +
{{Note|1=See also [[CircumcircularArc Command|CircumcircularArc]] command.}}

Revision as of 12:29, 23 March 2014



Arc[ <Circle>, <Point M >, <Point N> ]
Returns the directed arc (counterclockwise) of the given circle, with endpoints M and N.
Arc[ <Ellipse>, <Point M>, <Point N> ]
Returns the directed arc (counterclockwise) of the given ellipse, with endpoints M and N.
Arc[ <Circle>, <Parameter Value>, <Parameter Value> ]
Returns the circle arc of the given circle, whose endpoints are identified by the specified values of the parameter.
Note: Internally the following parametric forms are used:
Circle: (r cos(t), r sin(t)) where r is the circle's radius.
Arc[ <Ellipse>, <Parameter Value>, <Parameter Value> ]
Returns the circle arc of the given ellipse, whose endpoints are identified by the specified values of the parameter.
Note: Internally the following parametric forms are used:
Ellipse: (a cos(t), b sin(t)) where a and b are the lengths of the semimajor and semiminor axes.
Note: See also CircumcircularArc command.
© 2024 International GeoGebra Institute