From a4ff075c29fada06f492ba039ecb05935e5449c9 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 24 May 2018 17:30:49 +0000 Subject: Added a diagram to clarify how fl_pie() and fl_arc() works. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/drawing.dox | 4 ++++ documentation/src/fl_pie_arc_diagram.png | Bin 0 -> 5419 bytes 2 files changed, 4 insertions(+) create mode 100644 documentation/src/fl_pie_arc_diagram.png diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 26c615f03..a803507cd 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -507,6 +507,10 @@ box. The two angles are measured in degrees counter-clockwise from 3'oclock and are the starting and ending angle of the arc, \p a2 must be greater or equal to \p a1. +\par +\image html fl_pie_arc_diagram.png "fl_pie() and fl_arc()" +\image latex fl_pie_arc_diagram.png "fl_pie() and fl_arc()" width=6cm + \par \p %fl_arc() draws a series of lines to approximate the arc. Notice that the integer version of \p %fl_arc() has a different diff --git a/documentation/src/fl_pie_arc_diagram.png b/documentation/src/fl_pie_arc_diagram.png new file mode 100644 index 000000000..de7ece5d5 Binary files /dev/null and b/documentation/src/fl_pie_arc_diagram.png differ -- cgit v1.2.3