Skip to content

Skew

Skew
Output Matrix
Output
Skew
(0, 0)
Image
Input Matrix
Identity

Category Matrix
Is Pair Node: No


Creates a skew transformation matrix and skews the input image by the specific vector.


Type: VecD
Default: (0, 0)

The skew vector that defines the skew transformation.

Type: Painter
Default: unset

Image to apply the skew transformation to.

Type: Matrix3x3
Default: Identity

The input matrix to concatenate with the skew transformation. This allows for combining multiple transformations.


Type: Matrix3x3
Default: Identity

The resulting matrix after applying the skew transformation. This matrix can be used for further transformations or rendering operations.

Type: Painter
Default: unset

The painter instruction that paints skewed image.