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 have a few extensions for common quaternions operations, which are super useful for efficiently working with 3D rotations.
It would be great to have something similar for common complex number operations, which are similarly useful for efficiently working with 2D rotations : from/toPolar, mul, pow, slerp, simd, etc.