Skip to content

Transform

Transform
Output Matrix
Output
Transformed Position
Image
Input Matrix
Identity
Position
(0, 0)

Category Matrix
Is Pair Node: No


Creates a transformation matrix and/or applies it to the input image.


Type: Painter
Default: unset

The image to apply the transformation to.

Type: Matrix3x3
Default: Identity

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

Type: VecD
Default: (0, 0)

Point to transform (map) with provided matrix.


Type: Matrix3x3
Default: Identity

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

Type: Painter
Default: unset

The painter instruction that paints the transformed image.

Type: VecD
Default: (0, 0)

The position after applying the transformation matrix. This is the result of mapping the input position through the transformation matrix.



All of our content is carefully written by hand, no AI was involved during the process.