public class PixelTransformCached_F32 extends PixelTransform_F32
distX, distY| Constructor and Description |
|---|
PixelTransformCached_F32(int width,
int height,
PixelTransform_F32 transform) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(int x,
int y)
applies a transform to a pixel coordinate
|
getDistX, getDistYpublic PixelTransformCached_F32(int width,
int height,
PixelTransform_F32 transform)
public void compute(int x,
int y)
PixelTransform_F32compute in class PixelTransform_F32x - Pixel x-coordinatey - Pixel y-coordinate