User Tools

Site Tools


en:arc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:arc [2016/01/01 22:40]
127.0.0.1 external edit
en:arc [2020/02/28 10:46] (current)
Line 3: Line 3:
 ==== Format ==== ==== Format ====
  
-**arc** //x_expr////y_expr////width_expr////height_expr////startangle_expr////widthangle_expr//\\ +**arc** [[numericexpressions|x_position]][[numericexpressions|y_position]][[numericexpressions|width]][[numericexpressions|height]][[numericexpressions|start_angle]][[numericexpressions|width_angle]]\\ 
-**arc** ( //x_expr////y_expr////width_expr////height_expr////startangle_expr////widthangle_expr// )+**arc** ( [[numericexpressions|x_position]][[numericexpressions|y_position]][[numericexpressions|width]][[numericexpressions|height]][[numericexpressions|start_angle]][[numericexpressions|width_angle]] )\\ 
 +**arc** [[numericexpressions|center_x_position]], [[numericexpressions|center_y_position]], [[numericexpressions|radius]], [[numericexpressions|start_angle]], [[numericexpressions|width_angle]]\\ 
 +**arc** ( [[numericexpressions|center_x_position]], [[numericexpressions|center_y_position]], [[numericexpressions|radius]], [[numericexpressions|start_angle]], [[numericexpressions|width_angle]] )
  
  
 ==== Description ==== ==== Description ====
  
-Draws an arc (part of a circle or ellipse) inside the bounding rectangle defined by //x_expr////y_expr////width_expr//, and //height_expr// on the screen or the printer.  The center of the circle/ellipse will be in the center of the rectangle.  The angles are defined from the 12 o'clock position in a clockwise direction in radians. +Draws an arc (part of a circle or ellipse) inside the rectangle defined by a bounding rectangle (defined by [[numericexpressions|x_position]][[numericexpressions|y_position]][[numericexpressions|width]], and [[numericexpressions|height]]) or by a square bounding a circle (defined by [[numericexpressions|center_x_position]], [[numericexpressions|center_y_position]], [[numericexpressions|radius]]).  The angles are defined from the 12 o'clock position in a clockwise direction in radians. 
  
 Arc may also be used to draw an un-filled circle or an ellipse by defining the angular width to go all the way around (2*pi). Arc may also be used to draw an un-filled circle or an ellipse by defining the angular width to go all the way around (2*pi).
Line 36: Line 38:
 ==== History ==== ==== History ====
 |0.9.9.25|New To Version| |0.9.9.25|New To Version|
 +|1.99.99.65|Added bounding square defined by circle|
  
en/arc.1451713232.txt.gz · Last modified: 2020/02/28 10:46 (external edit)