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.AxisTransform
toTransformed
in interface GcodeDriver.AxisTransform
public double toRaw(GcodeDriver.Axis axis, HeadMountable hm, double transformedCoordinate)
GcodeDriver.AxisTransform
toRaw
in interface GcodeDriver.AxisTransform