You are here: Start » AVL.NET » Function Reference » Path » Path Combinators » AVL.PathLineIntersections

AVL.PathLineIntersections

Computes the common points of a path and a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathLineIntersections
(
	AvlNet.Path inPath,
	AvlNet.Line2D inLine,
	IList<AvlNet.Point2D> outIntersectionPoints
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inLineAvlNet.Line2DInput line.
outIntersectionPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Intersections between the path and the line.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in PathLineIntersections.

Function Overrides

See also