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

AVS.LineSegmentIntersection Method

Computes a common point of a line and a segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LineSegmentIntersection
(
	AvlNet.Line2D inLine,
	AvlNet.Segment2D inSegment,
	out AvlNet.Point2D? outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inSegmentAvlNet.Segment2D
outIntersectionPointAvlNet.Point2D?

See also