You are here: Start » AVL.NET » AVS.PathSegmentIntersections Method

AVS.PathSegmentIntersections Method

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,
	IList<AvlNet.Point2D> outIntersectionPoints
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inSegmentAvlNet.Segment2DInput segment.
outIntersectionPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Intersections between the path and the segment.

Function Overrides

See also