Difference between revisions of "Arc Command"

From GeoGebra Manual
Jump to: navigation, search
(move Category command to Template)
Line 1: Line 1:
<noinclude>{{Manual Page}}</noinclude>
+
<noinclude>{{Manual Page|version=3.2}}</noinclude>
 +
{{command|geometry}}
 
; Arc[Conic, Point A, Point B]: Returns a conic section arc between two points ''A'' and ''B'' on the conic section ''c''.
 
; Arc[Conic, Point A, Point B]: Returns a conic section arc between two points ''A'' and ''B'' on the conic section ''c''.
: Note: This only works for a circle or ellipse.  
+
{{Note|This only works for a circle or ellipse.}}
 
; Arc[Conic, Number t1, Number t2]: Returns a conic section arc between two parameter values ''t1'' and ''t2'' on the conic section.
 
; Arc[Conic, Number t1, Number t2]: Returns a conic section arc between two parameter values ''t1'' and ''t2'' on the conic section.
: Note: Internally the following parametric forms are used:  
+
{{Note|Internally the following parametric forms are used:  
:* Circle: ''(r cos(t), r sin(t))'' where ''r'' is the circle's radius.  
+
* Circle: ''(r cos(t), r sin(t))'' where ''r'' is the circle's radius.  
:* Ellipse: ''(a cos(t), b sin(t))'' where ''a'' and ''b'' are the lengths of the semimajor and semiminor axes.
+
* Ellipse: ''(a cos(t), b sin(t))'' where ''a'' and ''b'' are the lengths of the semimajor and semiminor axes.
 +
* Hyperbola: {{description}} }}

Revision as of 17:13, 13 January 2011



Arc[Conic, Point A, Point B]
Returns a conic section arc between two points A and B on the conic section c.
Note: This only works for a circle or ellipse.
Arc[Conic, Number t1, Number t2]
Returns a conic section arc between two parameter values t1 and t2 on the conic section.
Note: Internally the following parametric forms are used:
  • Circle: (r cos(t), r sin(t)) where r is the circle's radius.
  • Ellipse: (a cos(t), b sin(t)) where a and b are the lengths of the semimajor and semiminor axes.
  • Hyperbola:
© 2024 International GeoGebra Institute