You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » AVL.LineLineIntersection

AVL.LineLineIntersection

Computes a common point of two lines.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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?

Examples

LineLineIntersection performed on two lines.

See also