Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Basics » CreateCircle
Creates a circle from an aligned point and radius.
Syntax
C++
C#
void avl::CreateCircle ( const avl::Point2D& inPoint, avl::Anchor2D::Type inPointAnchor, atl::real inRadius, avl::Circle2D& outCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint | const Point2D& | |||
![]() |
inPointAnchor | Anchor2D::Type | MiddleCenter | Alignment of the point relatively to the box of the circle | |
![]() |
inRadius | real | 0.0 - ![]() |
Circle radius | |
![]() |
outCircle | Circle2D& |



