You are here: Start » AVL.NET » Function Reference » Path » Path Global Transforms » AVL.RemovePathSelfIntersections

AVL.RemovePathSelfIntersections

Removes all self-intersections from a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RemovePathSelfIntersections
(
	AvlNet.Path inPath,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPathAvlNet.PathPath with no self-intersections.

See also