Offset
Offset
Section titled “Offset” Category Matrix
Is Pair Node: No
Applies an offset to the matrix, allowing for translations in the transformation. Images can be offseted directly or combined with other matrices for complex transformations.
Inputs
Section titled “Inputs” Offset
Section titled “ Offset ” Type: VecD
Default: (0, 0)
The offset to apply to the matrix. This is used to shift the matrix in space, allowing for translations in the transformation.
Input Matrix
Section titled “ Input Matrix ” Type: Matrix3x3
Default: Identity
Matrix to concatenate with the offset. This allows for combining multiple transformations into a single matrix.
Outputs
Section titled “Outputs” Output Matrix
Section titled “ Output Matrix ” Type: Matrix3x3
Default: Identity
The resulting matrix after applying the offset. This matrix can be used for further transformations or rendering operations.
Output
Section titled “ Output ” Type: Painter
Default: unset
Painter instruction with the applied offset. This output can be used to render the transformed image with the specified offset.