Query: plarc
OS: debian
Section: 3plplot
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLARC(3plplot) PLplot API PLARC(3plplot)NAMEplarc - Draw a circular or elliptical arcSYNOPSISplarc(x, y, a, b, angle1, angle2, rotate, fill)DESCRIPTIONDraw a possibly filled arc centered at x, y with semimajor axis a and semiminor axis b, starting at angle1 and ending at angle2. Redacted form: General: plarc(x, y, a, b, angle1, angle2, rotate, fill) This function is used in examples 3 and 27.ARGUMENTSx (PLFLT, input) X coordinate of arc center. y (PLFLT, input) Y coordinate of arc center. a (PLFLT, input) Length of the semimajor axis of the arc. b (PLFLT, input) Length of the semiminor axis of the arc. angle1 (PLFLT, input) Starting angle of the arc relative to the semimajor axis. angle2 (PLFLT, input) Ending angle of the arc relative to the semimajor axis. rotate (PLFLT, input) Angle of the semimajor axis relative to the X-axis. fill (PLBOOL, input) Draw a filled arc.AUTHORSGeoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.SEE ALSOPLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLARC(3plplot)