Back to Aurora Vision Library Lite website
You are here: Start » Path » Path Basics » CreateEllipsePath
CreateEllipsePath
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Creates a closed path containing elliptical, equidistant points.
Syntax
void avl::CreateEllipsePath ( const avl::Point2D& inCenter, float inRadiusX, float inRadiusY, int inPointCount, avl::Path& outPath )



