Path Generator Demo

Below is an example of each generator function currently available. All of the available options can be entered and the resulting path will be drawn on a canvas. Additionally, the code snippet required to create the path will be output. Some options are not required - they are marked with a "*" but are always used in this demo to illustate the option. This demo also shows the ordering of the points in the path. The plot animations follow each path in order of the points. After the animation is complete, the path is redrawn with continuous lines.
Line
Start
X: Y:
End
X: Y:
Code:

   
Rectangle
Start
X: Y:
Dimensions
W: H:
Corner Radius*
TL: TR: BR: BL:
Code:

   
Circle
Start
X: Y:
Size
Radius:
Arc*
Start: End:
Code:

   
Ellipse
Start
X: Y:
Size
A: B:
Arc*
Start: End:
Code:

   
Bezier
Start
X: Y:
Point 1
X: Y:
Point 2
X: Y:
Point 3
X: Y:
Point 4
X: Y:
Code:

   
Wave
Start
X: Y:
Size
Length: Amplitude: Frequency: Smooth:
Code: