You are here: Start » AVL.NET » AVL.CreateCirclePath(AvlNet.Circle2D, int, AvlNet.Path)

AVL.CreateCirclePath(AvlNet.Circle2D, int, AvlNet.Path)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCirclePath(
	AvlNet.Circle2D inCircle,
	int inPointCount,
	out AvlNet.Path outPath
)

Parameters

inCircle
Type: AvlNet.Circle2D
inPointCount
Type: System.Int32
outPath
Type: AvlNet.Path

Description

The operation produces a closed path that consist of inPointCount equidistant points selected along the inCircle circumference.

Examples

CreateCirclePath run using a sample circle with inPointCount = 12.

See also