LineGetIntersectionWith Method (LineSegment) |
Namespace: Accord.Math.Geometry
Exception | Condition |
---|---|
InvalidOperationException | Thrown if other is a portion of this line. |
If the line and segment do not intersect, the method returns . If the line and segment share multiple points, the method throws an InvalidOperationException.