Notes:
Another common mathematical image in the 'polar coordinates' realm. Study your Precal! This shape is similar to a TNTRose except the shape does not close to the center.
TNTClover Features and Usage:
| Primary Attributes: |
6 Parameters:
|
|---|---|
| To Create: |
The example above was created by:
var baylorGreen = new TNTColor(51, 90, 22, "baylorGreen");
var myClover = new TNTClover(origin, 4, 15, baylorGreen, blackStroke, 45);
myClover.drawTNTClover(context);
|
| To Draw: | myClover.drawTNTClover(context); |
