Operators and Keywords
Function List:
C++ API
Function File: qabs = abs (q)
Modulus of a quaternion. q = w + x*i + y*j + z*k abs (q) = sqrt (w.^2 + x.^2 + y.^2 + z.^2)
Modulus of a quaternion.
q = w + x*i + y*j + z*k abs (q) = sqrt (w.^2 + x.^2 + y.^2 + z.^2)
Package: quaternion