Skip to content

Viewport Info

Viewport Info
Transform
Pan Position
Zoom
Flip X
Flip Y

Category Workspace
Is Pair Node: No


Provides information about the current state of the viewport, including its transformation matrix, pan position, zoom level, and flip status.



Type: Matrix3x3
Default: Identity

The transformation matrix of the viewport, representing its position, rotation, and scale.

Type: VecD
Default: (0, 0)

The current pan position of the viewport. It is a different value than translation of the Transform output, as it is a virtual cursor position used for panning the viewport.

Type: Double
Default: 1.0

The current zoom level of the viewport.

Type: Boolean
Default: false

Indicates whether the viewport is flipped horizontally.

Type: Boolean
Default: false

Indicates whether the viewport is flipped vertically.



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