Check if this line and other line intersect
bool intersect(Line other) { final point = getIntersectPoint(other); return point != null; }