You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have the situation that we allow a user to specify certain properties in degrees, but internally convert them to radians. This leads to the confusing situation that setting and getting a property directly after one another will not yield the same result:
We currently have the situation that we allow a user to specify certain properties in degrees, but internally convert them to radians. This leads to the confusing situation that setting and getting a property directly after one another will not yield the same result:
This will print
3.14...
instead of180
. In a CLI world this never mattered. In a Python API it is rather inconvenient.The text was updated successfully, but these errors were encountered: