scipy.spatial.transform.RigidTransform.
__rmul__#
- RigidTransform.__rmul__(other)[source]#
Compose a rotation with this transform (rotation applied second).
See
__mul__for more details.- Parameters:
- other
Rotationinstance The rotation to compose with this transform. The shapes must be broadcastable.
- other
- Returns:
RigidTransforminstanceThe composed transform.