Esempio n. 1
0
 /// <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()));
 }