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

Invoke.LineSegmentIntersection

Computes a common point of a line and a segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LineSegmentIntersection
(
	Avl.Line2D inLine,
	Avl.Segment2D inSegment,
	Conditional<Avl.Point2D> outIntersectionPoint
)

Parameters

Name Type Range Default Description
inLineAvl.Line2D
inSegmentAvl.Segment2D
outIntersectionPointAtl.Conditional<Avl.Point2D>

See also