You are here: Start » AVL.NET » Invoke.TrimSegmentToPolygon

Invoke.TrimSegmentToPolygon

Finds all subsegments that are inside a given polygon.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimSegmentToPolygon
(
	Avl.Path inPolygon,
	Avl.Segment2D inSegment,
	List<Avl.Segment2D> outSubsegments
)

Parameters

Name Type Range Default Description
inPolygonAvl.Path
inSegmentAvl.Segment2D
outSubsegmentsSystem.Collections.Generic.List<Avl.Segment2D>

See also