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
using Quaternionic
import StaticArrays:SVector
v = SVector(1,-2,3)
u = (rotor∘quatvec)(v)
q = exp(u*pi/6)
typeof(q)
QuaternionF64 (alias for Quaternion{Float64})
I'm using the Quaternionic, 4.4.0.