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
Update: The NaNs were caused because the old axis-angle did not support variable axes, which Adrian used. That is fixed. However, checking for a zero-axis is not yet covered, and might be hard because it would have to happen at runtime.
Adrian passed
((0, 0, 0), 0)
and receives a matrix of NaNs. Throw a runtime exception when the rotation axis has length zero.The text was updated successfully, but these errors were encountered: