scipy.spatial.transform.RigidTransform.

__rmul__#

RigidTransform.__rmul__(other)[source]#

Compose a rotation with this transform (rotation applied second).

See __mul__ for more details.

Parameters:
otherRotation instance

The rotation to compose with this transform. The shapes must be broadcastable.

Returns:
RigidTransform instance

The composed transform.