equals_soft method

equals_soft

Allows to compare 3D points with specified threshold.

Returns

True if points are equal.

def equals_soft(self, obj, eps):
    ...
ParameterTypeDescription
objanyPoint to compare current object with.
epsfloatEpsilon threshold.

See Also