SegmentSegmentIntersection
Computes a common point of two segments.
Syntax
C++
Python
def SegmentSegmentIntersection( inSegment1: Segment2D, inSegment2: Segment2D, / ) -> outIntersectionPoint: Point2D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment1 | Segment2D | ||
![]() |
inSegment2 | Segment2D | ||
![]() |
outIntersectionPoint | Point2D | None |


