Check if a line segment intersects this circle
bool intersectsLine(Line line) { return getLineIntersections(line).isNotEmpty; }