You are here: Start » AVL.NET » AVL.PathLineIntersections(AvlNet.Path, AvlNet.Line2D, AvlNet.Point2D[])

AVL.PathLineIntersections(AvlNet.Path, AvlNet.Line2D, AvlNet.Point2D[])

Computes the common points of a path and a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathLineIntersections(
	AvlNet.Path inPath,
	AvlNet.Line2D inLine,
	out AvlNet.Point2D[] outIntersectionPoints
)

Parameters

inPath
Type: AvlNet.Path
Input path
inLine
Type: AvlNet.Line2D
Input line
outIntersectionPoints
Type: AvlNet.Point2D
Intersections between the path and the line

See also