net.grelf.grip
Class WarpingPair

java.lang.Object
  extended by net.grelf.grip.WarpingPair
All Implemented Interfaces:
java.io.Serializable

public class WarpingPair
extends java.lang.Object
implements java.io.Serializable

A pair of control points, for use in warping - see class WarpingGrid.

See Also:
Serialized Form

Constructor Summary
WarpingPair(PointFloat fromPt, PointFloat toPt)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarpingPair

public WarpingPair(PointFloat fromPt,
                   PointFloat toPt)