Translation.concatenate

Translation.concatenate(other)[source]

Concatenate another transformation to this transformation.

Parameters

other (Transformation) – The transformation object to concatenate.

Returns

None – This transformation object is changed in-place.

Notes

Rz * Ry * Rx means that Rx is first transformation, Ry second, and Rz third.