equalsApprox method

bool equalsApprox(
  1. Point p
)

(undocumented) True when the given Point is nearly equal to this Point. @param {Point} p The Point to compare to the current Point. @return {boolean} True if the two Points have X and Y values that are equal with a tolerance of 0.5, false otherwise.

Implementation

_i2.bool equalsApprox(_i3.Point p) => _i4.callMethod(
      this,
      'equalsApprox',
      [p],
    );