public class DoNothing2Transform2_F64 extends java.lang.Object implements Point2Transform2_F64
| Constructor and Description |
|---|
DoNothing2Transform2_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)
Point2Transform2_F64compute in interface Point2Transform2_F64x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.