angle_with#
- Symmetry.angle_with(other: Rotation, degrees: bool = False) ndarray [source]#
Return the angles of rotation transforming the rotations to the other rotations.
- Parameters:
- other
Other rotations.
- degrees
If
True
, the angles are returned in degrees. Default isFalse
.
- Returns:
angles
Angles of rotation in radians (
degrees=False
) or degrees (degrees=True
).
See also