Exemplo n.º 1
0
  public Dot(float x, float y) {
    this.x = x;
    this.y = y;

    cordianates = "(" + this.x + " , " + this.y + ")";

    init();
  }