public class PointToPixelTransform_F32 extends PixelTransform_F32
PointToPixelTransform_F32 to be invoked as a PixelTransform_F32.distX, distY| Constructor and Description |
|---|
PointToPixelTransform_F32(PointTransform_F32 alg) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(int x,
int y)
applies a transform to a pixel coordinate
|
getDistX, getDistYpublic PointToPixelTransform_F32(PointTransform_F32 alg)
public void compute(int x,
int y)
PixelTransform_F32compute in class PixelTransform_F32x - Pixel x-coordinatey - Pixel y-coordinateCopyright © 2013. All Rights Reserved.