public class DoNothingTransform_F32 extends java.lang.Object implements PointTransform_F32
| Constructor and Description |
|---|
DoNothingTransform_F32() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
Applies transformation
|
public void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
PointTransform_F32compute in interface PointTransform_F32x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.