Determines whether the specified line segments intersect. Namespace: MindFusion
|
C#
![]() |
---|
public static bool Intersect ( |
Visual Basic
![]() |
---|
Public Shared Function Intersect ( _ |
The first point of the first line segment.
The second point of the first line segment.
The first point of the second line segment.
The second point of the second line segment.
true if the segments intersect, false if not.