Back to Adaptive Vision Library website
 
                
                    
		
	You are here: Start » Function Reference » Geometry 2D Features » CirclePerimeterLength
Computes the length of a circle perimeter.
Syntax
C++
C#
void avl::CirclePerimeterLength ( const avl::Circle2D& inCircle, float& outPerimeterLength )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
|  | inCircle | const Circle2D& | ||
|  | outPerimeterLength | float& | 
Examples
|  | 
CirclePerimeterLength performed on a circle with parameters: X = 175, Y = 175, Radius = 150.
The outPerimeterLength returns a value of 942,478.

 
 
