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

Invoke.CreateCirclePath

Creates a closed path containing cocircular, equidistant points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateCirclePath
(
	Avl.Circle2D inCircle,
	int inPointCount,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inCircleAvl.Circle2D
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathAvl.PathOutput path.

See also