The Shapescript help says:
polygon(int centerx,int centery, int numberofsides, int radius, float rotation)
Draws a regular polygon with center at the point (centerx, centery), and numberofsides number of sides.
In the past, I believe we used the rotation angle in some of our shape scripts. You will note that the definition does not contain an entry for rotation.
We tried to set up a rotated square as:
polygon(50,60,4,20,45.0);
but the shapescript delivers an unrotated square of the correct dimensions.
Has anybody recently used the rotation angle? Is there a "secret sauce"?
TIA & Reported,
Paolo