You are here: Start » FIL.NET » Invoke.LineLineIntersection
Computes a common point of two lines.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LineLineIntersection ( Fil.Line2D inLine1, Fil.Line2D inLine2, Conditional<Fil.Point2D> outIntersectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine1 | Fil.Line2D | |||
![]() | inLine2 | Fil.Line2D | |||
![]() | outIntersectionPoint | Ftl.Conditional<Fil.Point2D> |