Intersect2d.SegmentLine (Line2d, Line2d, out Point2d) Method
Computes the point of intersection between a finite line segment and an infinite line.
Public Shared Function SegmentLine( _ |
This language is not supported or no code example is available.
public static bool SegmentLine( |
public static function SegmentLine( |
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
seg
-
Line2d
The segment to intersect.
-
line
-
Line2d
The infinite line to intersect.
-
res
-
Point2d
Set to a new point at the intersection of lines or null if the lines do not intersect.
Return Value
bool
true if the segments intersect, otherwise false.
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8