is_equal#

Transform3D.is_equal(other_transform, rotation, eps)#

Equality check for two #D transformations.

Parameters:
other_transform
rotationbool
epsfloat
Returns:
bool

Result of equality check.