You are here: Start » AVL.NET » AVL.PathSegmentIntersections(AvlNet.Path, AvlNet.Segment2D, AvlNet.Point2D[])
AVL.PathSegmentIntersections(AvlNet.Path, AvlNet.Segment2D, AvlNet.Point2D[])
Computes the common points of a path and a segment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathSegmentIntersections( AvlNet.Path inPath, AvlNet.Segment2D inSegment, out AvlNet.Point2D[] outIntersectionPoints )
Parameters
- inPath
- Type: AvlNet.Path
Input path - inSegment
- Type: AvlNet.Segment2D
Input segment - outIntersectionPoints
- Type: AvlNet.Point2D
Intersections between the path and the segment
