Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Basics » CreateEllipsePath

CreateEllipsePath


Header: AVL.h
Namespace: avl
Module: FoundationLite

Creates a closed path containing elliptical, equidistant points.

Syntax

C++
C#
 
void avl::CreateEllipsePath
(
	const avl::Point2D& inCenter,
	float inRadiusX,
	float inRadiusY,
	int inPointCount,
	avl::Path& outPath
)

Parameters

Name Type Range Default Description
Input value inCenter const Point2D&
Input value inRadiusX float 0.0 -
Input value inRadiusY float 0.0 -
Input value inPointCount int 2 - 8 Number of points in the resulting path
Output value outPath Path& Output path