choreo.ActionSym.IsSameRotAndTime#
- ActionSym.IsSameRotAndTime(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 shifts and reversal.
- Parameters:
other (
choreo.ActionSym
) – Input transformation.atol (
float
, optional) – Absolute tolerance.
- Return type:
See also
choreo.ActionSym.IsSameTimeShift`()
choreo.ActionSym.IsSameTimeRev`()