Determines whether the specified line segments intersect.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
JavaScript Copy Code |
---|
function intersect (p1, p2, p3, p4) |
Point. The start of the first line segment.
Point. The end of the first line segment.
Point. The start of the second line segment.
Point. The end of the second line segment.
Boolean. true if the segments intersect, false if not.