I think it's more familiar and user friendly to rotate elements using degrees.
Is it possible to set an optional global variable like Zdog.useDegrees = true;.
Then any value passed to a rotate property is converted to degrees (currently I have to use my own conversion function).
I think it's more familiar and user friendly to rotate elements using degrees.
Is it possible to set an optional global variable like
Zdog.useDegrees = true;.Then any value passed to a
rotateproperty is converted to degrees (currently I have to use my own conversion function).