예제 #1
0
 public static float ToRadians(this float value)
 {
     return(MathHelpers.DegreesToRadians(value));
 }