choreo.ActionSym.IsSame#
- ActionSym.IsSame()#
Returns
True
if the two transformations are withinatol
of each other.- Parameters:
other (
choreo.ActionSym
) – Input transformation.atol (
float
, optional) – Absolute tolerance.
- Return type:
Returns True
if the two transformations are within atol
of each other.
other (choreo.ActionSym
) – Input transformation.
atol (float
, optional) – Absolute tolerance.