Matrix Shear#

https://user-images.githubusercontent.com/14288520/189551821-9e2d3f6c-bf42-4d00-aafa-abd84259180e.png

Functionality#

Similar in behaviour to the Transform -> Shear tool in Blender (docs).

Matrix Shear generates a Transform Matrix which can be used to change the locations of vertices in two directions. The amount of transformation to introduce into the Matrix is given by two Factor values which operate on the corresponding axes of the selected Plane.

Inputs & Parameters#

Parameters

Description

Plane

options = (XY, XZ, YZ)

Factor1 & Factor2

these are Scalar float values and indicate how

much to affect the axes of the transform matrix

Outputs#

A single 4*4 Transform Matrix

Examples#

Usage: This is most commonly connected to Matrix Apply to produce the Shear effect.

https://user-images.githubusercontent.com/14288520/189551825-0438f07d-4fcd-4a60-90c2-643844cc8036.png