Point3D.EqualsSoft

Point3D.EqualsSoft method

Allows to compare 3D points with specified threshold.

public bool EqualsSoft(object obj, double eps = 0.0001m)
ParameterTypeDescription
objObjectPoint to compare current object with.
epsDoubleEpsilon threshold.

Return Value

True if points are equal.

See Also