Mathematica > Visualization and Graphics > Computational Geometry > Geometric Transforms >
Mathematica > Visualization and Graphics > Symbolic Graphics Language > Graphics Transformations > Geometric Transforms >

AffineTransform

AffineTransform[m]
gives a TransformationFunction that represents an affine transform that maps r to m.r.
AffineTransform[{m, v}]
gives an affine transform that maps r to m.r+v.
  • For ordinary affine transforms in n dimensions, m is an n×n matrix.
  • AffineTransform in general supports s×n matrices for transformations in n dimensions.
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team