Notes:
Like a TNTDiamond with curved edges! Parametrically, it looks like:
x = radius*cos3(t), y = radius*sin3(t)
Learn more about it at Wolfram MathWorld.
TNTAstroid Features and Usage:
| Primary Attributes: |
5 Parameters:
|
|---|---|
| To Create: |
The example above was created by:
var myAstroid = new TNTAstroid(origin, 15, lightFlesh, null, 0);
myAstroid.drawTNTAstroid(context);
|
| To Draw: | myAstroid.drawTNTAstroid(context); |
