You are here: Start » AVL.NET » AVL.CreateEllipsePath(AvlNet.Point2D, float, float, int, AvlNet.Path)

AVL.CreateEllipsePath(AvlNet.Point2D, float, float, int, AvlNet.Path)

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,
	out AvlNet.Path outPath
)

Parameters

inCenter
Type: AvlNet.Point2D
inRadiusX
Type: System.Single
inRadiusY
Type: System.Single
inPointCount
Type: System.Int32
Number of points in the resulting path
outPath
Type: AvlNet.Path
Output path

See also