Houdini 21.0 Nodes APEX nodes

transform::Translate<T>

Translates a matrix by a vector.

On this page
Since 20.0

Translates a transformation matrix by a translation vector.

Note

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

Inputs

matrix: Matrix3, Matrix4

The matrix to translate.

delta: Vector2, Vector3

The translation values.

Outputs

result: Matrix3, Matrix4

The translated matrix.

See also

APEX nodes