pub fn crosses_segment(first: LineSegment, second: LineSegment) -> boolExpand description
Returns whether two closed finite segments intersect.
pub fn crosses_segment(first: LineSegment, second: LineSegment) -> boolReturns whether two closed finite segments intersect.