You are here: Start » AVL.NET » Invoke.LineLineIntersection

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
inLine1Avl.Line2D
inLine2Avl.Line2D
outIntersectionPointAtl.Conditional<Avl.Point2D>

See also