Skew
Category Matrix
Is Pair Node: No
Creates a skew transformation matrix and skews the input image by the specific vector.
Inputs
Section titled “Inputs” Type: VecD
Default: (0, 0)
The skew vector that defines the skew transformation.
Image
Section titled “ Image ” Type: Painter
Default: unset
Image to apply the skew transformation to.
Input Matrix
Section titled “ Input Matrix ” Type: Matrix3x3
Default: Identity
The input matrix to concatenate with the skew transformation. This allows for combining multiple transformations.
Outputs
Section titled “Outputs” Output Matrix
Section titled “ Output Matrix ” Type: Matrix3x3
Default: Identity
The resulting matrix after applying the skew transformation. This matrix can be used for further transformations or rendering operations.
Output
Section titled “ Output ” Type: Painter
Default: unset
The painter instruction that paints skewed image.