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
If someone creates AngleAxis{Int} explicitly and it fails, it's not a big problem, it's just not supported. But if someone goes AngleAxis(...) we should give them a compatible type by default. (We need to maintain compatibility with dual numbers, etc).
Sample code to produce the issue
How to fix this
#132 is related, but I think it's better to distinguish the type of parameters of rotation and the type of matrix.
The text was updated successfully, but these errors were encountered: