Houdini 21.0 ノード APEXノード

transform::Translate<T>

ベクトルでマトリックスを移動させます。

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.

入力

matrix: Matrix3, Matrix4

The matrix to translate.

delta: Vector2, Vector3

The translation values.

出力

result: Matrix3, Matrix4

The translated matrix.

See also

APEXノード