public class ExpandTransform extends java.lang.Object implements PiecewiseAffineTransform
Constructor and Description |
---|
ExpandTransform() |
Modifier and Type | Method and Description |
---|---|
void |
addExpandExcludingLimit(double position,
double extend) |
void |
addExpandIncludingLimit(double position,
double extend) |
java.lang.String |
toString() |
double |
transform(double init) |
public java.lang.String toString()
toString
in class java.lang.Object
public void addExpandIncludingLimit(double position, double extend)
public void addExpandExcludingLimit(double position, double extend)
public double transform(double init)
transform
in interface PiecewiseAffineTransform