You are here: Start » AVL.NET » Function Reference » Path » Path Basics » AVL.CreateEllipsePath

AVL.CreateEllipsePath

Creates a closed path containing elliptical, equidistant points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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