LineLineIntersection
Computes a common point of two lines.
Syntax
C++
Python
def LineLineIntersection( inLine1: Line2D, inLine2: Line2D, / ) -> outIntersectionPoint: Point2D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine1 | Line2D | ||
![]() |
inLine2 | Line2D | ||
![]() |
outIntersectionPoint | Point2D | None |


