southernprogrammer
Results
2
issues of
southernprogrammer
* Updated setRotationAngle on Polygon so that the rotatation angle is set as angle % 360 instead of the incorrect 360 % angle * Updated Figure to set the angle...
Additionally setRotation angle is incorrect for Polygon this.rotationAngle should be set to angle % 360 not 360 % angle. Also Figure doesn't change the rotation angle in this manner, so...