Notes:
A mathematical shape with a radius that varies with angle: another 'polar coordinate' graph with equation:
r = k*θ/π
If you want to see it animated, we've got that for you too!
TNTSpiral Features and Usage:
| Primary Attributes: |
6 Parameters: |
|---|---|
| To Create: |
The example above was created by:
blackStroke.lineWidth = 1;
var mySpiral = new TNTSpiral(origin, 1, blackStroke, 10, 1, 90);
mySpiral.drawTNTSpiral(context);
|
| To Draw: |
mySpiral.drawTNTSpiral(context); |
| Comments: |
|
