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

Invoke.SplitSegment

Splits a segment into several parts of equal length.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SplitSegment
(
	Avl.Segment2D inSegment,
	int inCount,
	List<Avl.Segment2D> outSegments
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
inCountint<1, INF>2Number of segments after segment split. Default value: 2.
outSegmentsSystem.Collections.Generic.List<Avl.Segment2D>

See also