Notes:
An ellipse is an oval. We used the mathematical definition of an ellipse, iterated over small increments, to create the shape. If increments are larger, the image evolves to a angular-type shape.
Features and Usage:
| Primary Attributes: |
7 parameters: The more the number of steps(increments), the smoother the ellipse |
|---|---|
| To Create: (Examples above) |
var center = origin; |
| To Draw: |
myEllipse.drawTNTEllipse(context); |
| Comments: | Make the width = height to get a circle |
