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

Invoke.CreateSegmentPath

Creates an open path containing collinear, equidistant points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateSegmentPath
(
	Avl.Point2D inBegin,
	Avl.Point2D inEnd,
	int inPointCount,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inBeginAvl.Point2DFirst point of the path.
inEndAvl.Point2DLast point of the path.
inPointCountint<2, INF>2Number of points in the created path. Default value: 2.
outPathAvl.PathOutput path.

See also