Quaternion
The Quaternion
class represents a quaternion number of the form a + b*i + c*j + d*k
, where a
, b
, c
, and d
are real numbers; and i
, j
, and k
are the basic quaternions.
Last updated
The Quaternion
class represents a quaternion number of the form a + b*i + c*j + d*k
, where a
, b
, c
, and d
are real numbers; and i
, j
, and k
are the basic quaternions.
Last updated