Exemplo n.º 1
0
 public static float ToDegree(this float value)
 {
     return(MathHelpers.RadiansToDegrees(value));
 }