public class PointToPixelTransform_F32 extends PixelTransform2_F32
PointToPixelTransform_F32 to be invoked as a PixelTransform2_F32.distX, distY| Constructor and Description |
|---|
PointToPixelTransform_F32(Point2Transform2_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(Point2Transform2_F32 alg)
public void compute(int x,
int y)
PixelTransformx - Pixel x-coordinatey - Pixel y-coordinate