isClosedBy abstract method

bool isClosedBy(
  1. num toleranceHoriz
)

True if the first and last point equals in 2D within toleranceHoriz.

Implementation

bool isClosedBy(num toleranceHoriz);