Ejemplo n.º 1
0
 public void fillPolygon( Polygon p ) {
     fillPolygon( p.xpoints, p.ypoints, p.npoints );
 }
Ejemplo n.º 2
0
 public void drawPolygon( Polygon p ) {
     drawPolygon( p.xpoints, p.ypoints, p.npoints );
 }