Notes:
Like an infinity symbol, cool! Actually, it is known as a lemniscate. In 'polar coordinates:'
r2 = a2cos(2θ)
Parametrically:
x =
y =
TNTFigure8 Features and Usage:
| Primary Attributes: |
5 Parameters: |
|---|---|
| To Create: |
The example above was created by:
//blackStroke is built-in to TNT
blackStroke.setStrokeLineWidth(.5);
var myFig8 = new TNTFigure8(origin, 12, null, blackStroke, 0);
myFig8.drawTNTFigure8(context);
|
| To Draw: | myFig8.drawTNTFigure8(context); |
