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

AVS.PathPathIntersections Method

Computes the common points of two paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathPathIntersections
(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	IList<AvlNet.Point2D> outIntersectionPoints
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathInput path.
inPath2AvlNet.PathInput path.
outIntersectionPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Intersections between the input paths.

Function Overrides

See also