Notes:
A TNTPolygon requires the basics: a center (TNTPoint), an integer number of sides (numSides), a real-valued radius (r > 0), and ubiquitous fill color (TNTColor, fcolr), stroke (TNTStroke) and a real-valued rotation (rotn, in degrees). Note all sides are the same, so your ever-loving math teacher would call it a 'regular' polygon. Just say'n.
As shown in the picture above, an optional boolean property (showPoints) allows you to choose whether or not to show the vertices (corners) of the image.
Yes, we did use sine and cosine to get those points. Study your trig, kiddies!
Features and Usage:
| Primary Attributes: | |
|---|---|
| To Create: | |
| To Draw: | |
| Comments: | |
| Even More: |
