| 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.
入力 ¶
matrix:
Matrix3, Matrix4
The matrix on which to apply the pretranslation.
delta:
Vector2, Vector3
The pretranslation components to apply.
出力 ¶
result:
Matrix3, Matrix4
The pretranslated matrix.
| See also |