choreo.ActionSym.IsSameRotAndTimeRev#
- ActionSym.IsSameRotAndTimeRev(self, ActionSym other, double atol=default_atol) bool #
Returns
True
if the two transformations have properties withinatol
of each other.A.IsSameRotAndTimeRev(B)
returnsTrue
ifA
andB
have:The space isometry part of the transformation within
atol
of each other.Identical time reversal.
- Parameters:
other (
choreo.ActionSym
) – Input transformation.atol (
float
, optional) – Absolute tolerance.
- Return type:
See also
choreo.ActionSym.IsSameTimeRev`()