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