You are here: Start » AVL.NET » AVL.PathLineIntersections(AvlNet.Path, AvlNet.Line2D, AvlNet.Point2D[], int[])
AVL.PathLineIntersections(AvlNet.Path, AvlNet.Line2D, AvlNet.Point2D[], int[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathLineIntersections( AvlNet.Path inPath, AvlNet.Line2D inLine, out AvlNet.Point2D[] outIntersectionPoints, out int[] outSegmentIndices )
Parameters
- inPath
- Type: AvlNet.Path
- inLine
- Type: AvlNet.Line2D
- outIntersectionPoints
- Type: AvlNet.Point2D
- outSegmentIndices
- Type: System.Int32
Errors
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in PathLineIntersections. |
