Back to Adaptive Vision Library website
 
                
                    
		
	You are here: Start » Function Reference » Geometry 2D Features » CircleCharacteristicPoint
Returns a characteristic point (e.g. the top-left) of a box containing the input circle.
Syntax
C++
C#
void avl::CircleCharacteristicPoint ( const avl::Circle2D& inCircle, const avl::Anchor2D::Type inPointAnchor, avl::Point2D& outPoint )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
|  | inCircle | const Circle2D& | ||
|  | inPointAnchor | const Anchor2D::Type | TopLeft | |
|  | outPoint | Point2D& | 
Examples
|  | 
CircleCharacteristicPoint performed on a circle with inPointAnchor = TopLeft.

 
 
