Function
Returns a general affine transform.
make-transform mxx mxy myx myy tx ty => transform
<real>.
<real>.
<real>.
<real>.
<real>.
<real>.
<transform>.
duim-geometryduim-geometryReturns a general transform whose effect is:
x'= mxxx + mxyy + tx y'= myxx + myyy + tywhere x and y are the coordinates of a point before the transform and x' and y' are the coordinates of the corresponding point after.
All of the arguments to
make-transformmust be real numbers.This is a convenient shorthand for
make(<transform>...).See also
make-reflection-transform, page 37
make-rotation-transform, page 39