AffineTransformation.fromCoordinates constructor

AffineTransformation.fromCoordinates(
  1. Coordinate src0,
  2. Coordinate src1,
  3. Coordinate src2,
  4. Coordinate dest0,
  5. Coordinate dest1,
  6. Coordinate dest2,
)

Constructs a transformation which maps the given source points into the given destination points.

@param src0 source point 0 @param src1 source point 1 @param src2 source point 2 @param dest0 the mapped point for source point 0 @param dest1 the mapped point for source point 1 @param dest2 the mapped point for source point 2

Implementation

AffineTransformation.fromCoordinates(Coordinate src0, Coordinate src1,
    Coordinate src2, Coordinate dest0, Coordinate dest1, Coordinate dest2) {}