You are here: Start » AVL.NET » AVS.LineLineIntersection Method

AVS.LineLineIntersection Method

Computes a common point of two lines.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LineLineIntersection
(
	AvlNet.Line2D inLine1,
	AvlNet.Line2D inLine2,
	out AvlNet.Point2D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLine1AvlNet.Line2D
inLine2AvlNet.Line2D
outIntersectionPointAvlNet.Point2D?

See also