ShearingTransform¶
Represent a shear transformation by angle in the direction of the first vector, normal to the second vector.
$ wo 'ShearingTransform[Pi/4, {1, 0}, {0, 1}]'
TransformationFunction[{{1, 1, 0}, {0, 1, 0}, {0, 0, 1}}]
Only the component of the direction perpendicular to the normal drives the shear.