Пример #1
0
 public void Oval(float x, float y, float radius)
 {
     Oval(x, y, radius, (int)(6 * (float)JavaRuntime.Java_Cbrt(radius)));
 }