public class DoNothingTransform_F64 extends java.lang.Object implements PointTransform_F64
| Constructor and Description |
|---|
DoNothingTransform_F64() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
Applies transformation
|
public void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
PointTransform_F64compute in interface PointTransform_F64x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.