Skip to main content

is_horizontal

Function is_horizontal 

Source
pub fn is_horizontal(pt1: &Point64, pt2: &Point64) -> bool
Expand description

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