identity# classmethod Rotation.identity(shape: Union[int, tuple] = (1,)) → Rotation[source]# Return identity rotations. Parameters: shapeShape of the rotation instance. Returns: rIdentity rotations.