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
The combined parameters angles and degrees are basically just information that can be expressed by a quantity.
I think we should modify the interface to support pint.Quantity to be consistent with the rest of the code base and we can write something like this instead:
We could implement this using WXRotation (which we should do anyway instead of scipy) in .from_euler since WXRotation can already handle quantities as inputs by always converting to quantities like we do in the other classes.
While refactoring the LCS tutorial I used the
from_euler
functions a lot. They currently require something like this:The combined parameters
angles
anddegrees
are basically just information that can be expressed by a quantity.I think we should modify the interface to support
pint.Quantity
to be consistent with the rest of the code base and we can write something like this instead:The text was updated successfully, but these errors were encountered: