Transform
Transform
Section titled “Transform” Category Matrix
Is Pair Node: No
Creates a transformation matrix and/or applies it to the input image.
Inputs
Section titled “Inputs” Image
Section titled “ Image ” Type: Painter
Default: unset
The image to apply the transformation to.
Input Matrix
Section titled “ Input Matrix ” Type: Matrix3x3
Default: Identity
The input matrix to concatenate with the transformation. This allows for combining multiple transformations.
Position
Section titled “ Position ” Type: VecD
Default: (0, 0)
Point to transform (map) with provided matrix.
Outputs
Section titled “Outputs” Output Matrix
Section titled “ Output Matrix ” Type: Matrix3x3
Default: Identity
The resulting matrix after applying the 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 the transformed image.
Transformed Position
Section titled “ Transformed Position ” 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.