Calculates all intersection points of this polygon and the specified line segment. The result is a list containing all points of intersection.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C# Copy Code |
---|
Visual Basic Copy Code |
---|
Public Function IntersectSegment ( _ |
The Line object defining the segment to intersect with.
An instance of the PointList class containing all intersection points. If the line does not intersect the polygon, the returned list is empty.