affine library

Affine transformations calculations to get a mix of a transformation matrix and translation. For two-dimensional input vectors, the augmented matrix formalism combines both of these into a large 3×3 transformation matrix.

Classes

Vector2Tuple

Functions

affineFromPoints2D(List<Vector2Tuple> points) List<double>?
Construct the least squares best fit affine transformation matrix from a set of ground control points.