You are here: Start » AVL.NET » AVS.CreateEllipsePath Method

AVS.CreateEllipsePath Method

Creates a closed path containing elliptical, equidistant points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateEllipsePath
(
	AvlNet.Point2D inCenter,
	float inRadiusX,
	float inRadiusY,
	int inPointCount,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inCenterAvlNet.Point2D
inRadiusXfloat<0.0f, INF>
inRadiusYfloat<0.0f, INF>
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathAvlNet.PathOutput path.

See also