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

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

Checks if a path has any self-intersections and computes all of them.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathSelfIntersections(
	AvlNet.Path inPath,
	out AvlNet.Point2D[] outSelfIntersections
)

Parameters

inPath
Type: AvlNet.Path
Input path
outSelfIntersections
Type: AvlNet.Point2D

Remarks

See full override for more details.

See also