Houdini 21.0 Nodes APEX nodes

transform::Pretranslate<T>

Applies a pretranslation to a matrix.

On this page
Since 20.0

Applying a pretranslation to a matrix is the same as translating and then transforming the result by the original matrix. This is equivalent to translating in the local space of an established transform.

Note

The Matrix4 version of this node represents a 3D transformation and pretranslates using a Vector3 of translations. The Matrix3 version of this node represents a 2D transformation and pretranslates using a Vector2 of translations.

Inputs

matrix: Matrix3, Matrix4

The matrix on which to apply the pretranslation.

delta: Vector2, Vector3

The pretranslation components to apply.

Outputs

result: Matrix3, Matrix4

The pretranslated matrix.

See also

APEX nodes