scipy.spatial.transform.Rotation.concatenate# classmethod Rotation.concatenate(cls, rotations)# Concatenate a sequence of Rotation objects. Parameters: rotationssequence of Rotation objectsThe rotations to concatenate. Returns: concatenatedRotation instanceThe concatenated rotations. Notes New in version 1.8.0.