summaryrefslogtreecommitdiff
path: root/tags/host/0.8.1/src/org/reprap/PolarPrinter.java
blob: d7a22e58193c888d076685330173405ddbb560f9 (plain)
1
2
3
4
5
6
7
8
package org.reprap;

public interface PolarPrinter extends Printer {
  
	public void printPolarSegment(double startTheta, double startX,
		  double startZ, double endTheta, double endX, double endZ);
  
}