scipy.spatial.transform.Rotation.concatenate#

Rotation.concatenate()#

Concatenate a sequence of Rotation objects.

Parameters
rotationssequence of Rotation objects

The rotations to concatenate.

Returns
concatenatedRotation instance

The concatenated rotations.

Notes

New in version 1.8.0.