Class used by
AffineTransformation to build a transformation from a src
Coordinate[2] array and a dest Coordinate[2] array.
author: Martin Davis
Constructor Summary
TwoPointTransRotScaleBuilder(Coordinate[] srcVector, Coordinate[] destVector) Creates a builder from two Coordinate[2] arrays defining the src and dest vectors.
Creates a builder from two Coordinate[2] arrays defining the src and dest vectors.
Parameters: srcVector - the two Coordinates defining the src vector Parameters: destVector - the two Coordinates defining the dest vector