|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jigl.image.warp.Inverse
Performs the inverse of the given PointMapper
| Field Summary | |
(package private) PointMapper |
pointMapper
|
| Constructor Summary | |
Inverse(PointMapper pm)
|
|
| Method Summary | |
void |
inverseTransform(float[] x,
float[] y)
Performs the inverse of the Inverse Transformation, that is, the original transform. |
void |
inverseTransform(float[] x,
float[] y,
int offset,
int count)
Performs the inverse of the Inverse Transformation |
void |
transform(float[] x,
float[] y)
Performs the Inverse Transformation |
void |
transform(float[] x,
float[] y,
int offset,
int count)
Performs the Inverse Transformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
PointMapper pointMapper
| Constructor Detail |
public Inverse(PointMapper pm)
| Method Detail |
public void transform(float[] x,
float[] y)
throws IllegalArgumentException
transform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinates
IllegalArgumentException
public void inverseTransform(float[] x,
float[] y)
throws IllegalArgumentException
inverseTransform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinates
IllegalArgumentException
public void transform(float[] x,
float[] y,
int offset,
int count)
throws IllegalArgumentException
transform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinatesoffset - the starting point of the arraycount - the number of points from the offset to apply the transformation
IllegalArgumentException
public void inverseTransform(float[] x,
float[] y,
int offset,
int count)
throws IllegalArgumentException
inverseTransform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinatesoffset - the starting point of the arraycount - the number of points from the offset to apply the transformation
IllegalArgumentException
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||