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

AVL.PathPathIntersections(AvlNet.Path, AvlNet.Path, AvlNet.Point2D[])

Computes the common points of two paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathPathIntersections(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	out AvlNet.Point2D[] outIntersectionPoints
)

Parameters

inPath1
Type: AvlNet.Path
Input path
inPath2
Type: AvlNet.Path
Input path
outIntersectionPoints
Type: AvlNet.Point2D
Intersections between the input paths

See also