You are here: Start » AVL.NET » AVL.PathSegmentIntersections(AvlNet.Path, AvlNet.Segment2D, AvlNet.Point2D[], int[])

AVL.PathSegmentIntersections(AvlNet.Path, AvlNet.Segment2D, AvlNet.Point2D[], int[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathSegmentIntersections(
	AvlNet.Path inPath,
	AvlNet.Segment2D inSegment,
	out AvlNet.Point2D[] outIntersectionPoints,
	out int[] outSegmentIndices
)

Parameters

inPath
Type: AvlNet.Path
inSegment
Type: AvlNet.Segment2D
outIntersectionPoints
Type: AvlNet.Point2D
outSegmentIndices
Type: System.Int32

See also