You are here: Start » AVL.NET » AVL.PathSelfIntersections
Checks if a path has any self-intersections and computes all of them.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void PathSelfIntersections ( AvlNet.Path inPath, IList<AvlNet.Point2D> outSelfIntersections )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outSelfIntersections | System.Collections.Generic.IList<AvlNet.Point2D> |


