v2.0.9 - Extend interface
Added new methods to Blob's interface:
- IsCrossedTheLine(vertical, leftX, rightX int, direction bool) bool - Checks if blob crossed the HORIZONTAL line
- IsCrossedTheLineWithShift(vertical, leftX, rightX int, direction bool, shift int) bool - Checks if blob crossed the HORIZONTAL line with shifting option