Esempio n. 1
0
 /// <summary>
 /// <para>Returns angle between vector (x, y) that starts in (0, 0) relative to X+ axis.</para>
 /// <para>X values grow to the right, Y values grow to the bottom.</para>
 /// </summary>
 public float GetAngle()
 {
     return(SexyMath.VectorAngle(X, Y));
 }