pub fn is_horizontal(pt1: &Point64, pt2: &Point64) -> bool
Check if a line segment between two points is horizontal Returns true if both points have the same y-coordinate Direct port from clipper.rectclip.cpp line 68