Calculates the intersections between the polygon and the line segment defined by the particular points. The result is a list containing all points of intersection.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C# Copy Code |
---|
public PointList IntersectSegment ( |
Visual Basic Copy Code |
---|
Public Function IntersectSegment ( _ |
An instance of the PointList class containing all intersection points. If the line does not intersect the polygon, the returned list is empty.