Skip to content

Offset

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

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.


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.

Type: Painter
Default: unset

The image to apply the offset to.

Type: Matrix3x3
Default: Identity

Matrix to concatenate with the offset. This allows for combining multiple transformations into a single matrix.


Type: Matrix3x3
Default: Identity

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

Type: Painter
Default: unset

Painter instruction with the applied offset. This output can be used to render the transformed image with the specified offset.