Transformation.concatenate

Transformation.concatenate(other)[source]

Concatenate another transformation to this transformation.

Parameters:
other: :class:`compas.geometry.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.