/// <summary> /// Computes the angle of rotation about the quaternion's principle rotation /// angle in degrees. /// </summary> /// <returns> /// The principle rotation angle in degrees. /// </returns> public float PrincipleRotationAngleInDegs() { return(Conv.Rad2Deg(PrincipleRotationAngle())); }