GMU:Algorithmic Art/HP 7475A: Difference between revisions

From Medien Wiki
Line 54: Line 54:
  void draw(){
  void draw(){
   beginRecord(hpgl);
   beginRecord(hpgl);
   // your code here (the graphics you wnat to export as hpgl file)
   // your code here (the graphics you want to export as hpgl file)
   endRecord();
   endRecord();
  }
  }