Calculates the intersections between the polygon and the line segment defined by the given points. The result is a list containing all points of intersection.
Namespace: MindFusion
Assembly: MindFusion.Common
C# Copy Code |
---|
public List<Point> IntersectSegment ( |
Visual Basic Copy Code |
---|
Public Function IntersectSegment( _ |