Functions
============================================

Draw
******************

Circle
-------------------

+---------------------------------------------------+-------------------------------+---------+
| Icons                                             | Functions                     | Version |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/circleBy2Points.svg        | Circle by 2 points            | 0.1     |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/circleBy3Points.svg        | Circle by 3 points            | 0.1     |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/circleByCenterPoint.svg    | Circle by center and a point  | 0.1     |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/circleBy2Tangents.svg      | Circle by 2 tangents          | 0.1     |
+---------------------------------------------------+-------------------------------+---------+


Rectangle / Square
-------------------

+-------------------------------------------------------+-------------------------------+---------+
| Icons                                                 | Functions                     | Version |
+-------------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/rectBy3Points.svg              | Rectangle by 3 points         | 0.1     |
+-------------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/rectByExtent.svg               | Rectangle by extent           | 0.1     |
+-------------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/rectFromCenter.svg             | Rectangle from center         | 0.1     |
+-------------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/squareFromCenter.svg           | Square from center            | 0.1     |
+-------------------------------------------------------+-------------------------------+---------+


Ellipse
-------------------

+---------------------------------------------------+-------------------------------+---------+
| Icons                                             | Functions                     | Version |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/ellipseByCenter2Points.svg | Ellipse by center and 2 points| 0.1     |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/ellipseByExtent.svg        | Ellipse by extent             | 0.1     |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/ellipseByFociPoint.svg     | Ellipse by foci and a point   | 0.1     |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/ellipseFromCenter.svg      | Ellipse from center           | 0.1     |
+---------------------------------------------------+-------------------------------+---------+

Circular Arc
-------------------

+---------------------------------------------------+---------------------------------+---------+
| Icons                                             | Functions                       | Version |
+---------------------------------------------------+---------------------------------+---------+
| .. image:: ../../icons/arcBy3Points.svg           | Arc by 3 points                 | 0.1     |
+---------------------------------------------------+---------------------------------+---------+
| .. image:: ../../icons/arcByCenter2Points.svg     | Arc by center and 2 points      | 0.1     |
+---------------------------------------------------+---------------------------------+---------+
| .. image:: ../../icons/arcByCenterPointAngle.svg  | Arc by center a point and angle | 0.1     |
+---------------------------------------------------+---------------------------------+---------+


Regular Polygon
-------------------

+---------------------------------------------------+---------------------------------------+---------+
| Icons                                             | Functions                             | Version |
+---------------------------------------------------+---------------------------------------+---------+
| .. image:: ../../icons/rpolygonBy2Corners.svg     | Regular polygon by 2 corners          | 0.1     |
+---------------------------------------------------+---------------------------------------+---------+
| .. image:: ../../icons/rpolygonByCenterPoint.svg  | Regular polygon by center and a point | 0.1     |
+---------------------------------------------------+---------------------------------------+---------+



Editing
*******************

+---------------------------------------------------+-------------------------------+---------+
| Icons                                             | Functions                     | Version |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/modifyTrim.svg             | Trim                          | 0.2.0   |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/modifyExtend.svg           | Extend                        | 0.2.0   |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/modifyOffset.svg           | Offset (and buffer)           | 0.1.2   |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/modifyFillet.svg           | Fillet                        | DEVEL   |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/modifyBevel.svg            | Bevel                         | DEVEL   |
+---------------------------------------------------+-------------------------------+---------+
| .. image:: ../../icons/modifyRotation.svg         | Rotation                      | TODO    |
+---------------------------------------------------+-------------------------------+---------+


