Notes:
Take a few sectors, vary their radii in an alternating fashion and automate the process with a loop and you get a bunch of sector-petals...the TNTSpetal! You're not imagining it: yes, we have a TNTSector shape.
TNTSpetal Features and Usage:
| Primary Attributes: |
7 Parameters:
|
|---|---|
| To Create: |
The example above was created by:
purpleStroke.lineWidth = .5;
var mySectorPetal = new TNTSpetal(origin, 18, 8, yellow, purpleStroke, .5, 0);
mySectorPetal.drawTNTSpetal(context);
|
| To Draw: | mySectorPetal.drawTNTSectorPetal(context); |
