public class PointToPixelTransform_F64 extends PixelTransform_F64
PointToPixelTransform_F64 to be invoked as a PixelTransform_F64.distX, distY| Constructor and Description |
|---|
PointToPixelTransform_F64(PointTransform_F64 alg) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(int x,
int y)
applies a transform to a pixel coordinate
|
getDistX, getDistYpublic PointToPixelTransform_F64(PointTransform_F64 alg)
public void compute(int x,
int y)
PixelTransform_F64compute in class PixelTransform_F64x - Pixel x-coordinatey - Pixel y-coordinate