public static class GcodeDriver.NegatingTransform extends java.lang.Object implements GcodeDriver.AxisTransform
| Constructor and Description |
|---|
NegatingTransform() |
| Modifier and Type | Method and Description |
|---|---|
double |
toRaw(GcodeDriver.Axis axis,
HeadMountable hm,
double transformedCoordinate)
Transform the specified transformed coordinate into it's corresponding raw coordinate.
|
double |
toTransformed(GcodeDriver.Axis axis,
HeadMountable hm,
double rawCoordinate)
Transform the specified raw coordinate into it's corresponding transformed coordinate.
|
public double toTransformed(GcodeDriver.Axis axis, HeadMountable hm, double rawCoordinate)
GcodeDriver.AxisTransformtoTransformed in interface GcodeDriver.AxisTransformpublic double toRaw(GcodeDriver.Axis axis, HeadMountable hm, double transformedCoordinate)
GcodeDriver.AxisTransformtoRaw in interface GcodeDriver.AxisTransform