LineSegmentGetIntersectionWith Method (LineSegment) |
Namespace: Accord.Math.Geometry
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the segments overlap - if they have multiple points in common. |
If the two segments do not intersect, the method returns . If the two segments share multiple points, this throws an InvalidOperationException.