function TransformPoints(Points: TArrayOfArrayOfFixedPoint; Transformation: TTransformation): TArrayOfArrayOfFixedPoint;
Transforms all Points using the supplied Transformation instance and returns the new set of transformed points.
[See also]: