Quaternion.Ln Method ()
Calculates the natural logarithm.
Overload List
public void Ln(); public static Quaternion Ln(Quaternion);
Remarks
The Ln method works only for unit quaternions.
A unit quaternion is defined by the following example.
Q == (cos(theta), sin(theta) * v) where |v| = 1 The natural logarithm of Q is ln(Q) = (0, theta * v)
See Also