Operators and Keywords
Function List:
C++ API
Function File: q = conj (q)
Return conjugate of a quaternion. q = w + x*i + y*j + z*k conj (q) = w - x*i - y*j - z*k
Return conjugate of a quaternion.
q = w + x*i + y*j + z*k conj (q) = w - x*i - y*j - z*k
Package: quaternion