public Rectangulo(Punto vertice1, Punto vertice3) { this.vertice1 = vertice1; this.vertice3 = vertice3; }