choreo.ActionSym.IsSameRotAndTimeRev#

ActionSym.IsSameRotAndTimeRev(self, ActionSym other, double atol=default_atol) bool#

Returns True if the two transformations have properties within atol of each other.

A.IsSameRotAndTimeRev(B) returns True if A and B have:

  • The space isometry part of the transformation within atol of each other.

  • Identical time reversal.

Parameters:
Return type:

bool

See also