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#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | const Circle2D& | ||
![]() |
outPerimeterLength | real& |
Examples
![]() |
CirclePerimeterLength performed on a circle with parameters: X = 175, Y = 175, Radius = 150.
The outPerimeterLength returns a value of 942,478.



