Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Basics » CreateEllipsePath
CreateEllipsePath
Creates a closed path containing elliptical, equidistant points.
Syntax
C++
C#
void avl::CreateEllipsePath ( const avl::Point2D& inCenter, atl::real inRadiusX, atl::real inRadiusY, int inPointCount, avl::Path& outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inCenter | const Point2D& | |||
![]() |
inRadiusX | real | |||
![]() |
inRadiusY | real | |||
![]() |
inPointCount | int | 2 - ![]() |
8 | Number of points in the resulting path |
![]() |
outPath | Path& | Output path |



