You are here: Start » AVL.NET » AVL.PathSelfIntersections(AvlNet.Path, AvlNet.Point2D[], int[], int[], bool)
AVL.PathSelfIntersections(AvlNet.Path, AvlNet.Point2D[], int[], int[], bool)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathSelfIntersections( AvlNet.Path inPath, out AvlNet.Point2D[] outSelfIntersections, out int[] outFirstSegmentIndices, out int[] outSecondSegmentIndices, out bool outIsSelfIntersecting )
Parameters
- inPath
- Type: AvlNet.Path
- outSelfIntersections
- Type: AvlNet.Point2D
- outFirstSegmentIndices
- Type: System.Int32
- outSecondSegmentIndices
- Type: System.Int32
- outIsSelfIntersecting
- Type: System.Boolean
