Example #1
0
 public static float Mod2PI(float value)
 {
     return(MathUtil.Mod(value, 6.283185f));
 }