public class DoNothingPixelTransform_F32 extends PixelTransform2_F32
distX, distY| Constructor and Description |
|---|
DoNothingPixelTransform_F32() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(int x,
int y)
applies a transform to a pixel coordinate
|
getDistX, getDistYpublic void compute(int x,
int y)
PixelTransformx - Pixel x-coordinatey - Pixel y-coordinate