Skip to content

ShearingTransform

ShearingTransform(phi, {1, 0}, {0, 1})

gives a horizontal shear by the angle phi.

ShearingTransform(phi, {0, 1}, {1, 0})

gives a vertical shear by the angle phi.

ShearingTransform(phi, u, v, p)

gives a shear centered at the point p.

See

Examples

Implementation status

  • ✅ - full supported

Github