Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Features » ArcMidpoint
ArcMidpoint
Computes the midpoint of an arc.
Syntax
void avl::ArcMidpoint ( const avl::Arc2D& inArc, avl::Point2D& outMidpoint )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | const Arc2D& | ||
![]() |
outMidpoint | Point2D& |
Examples
![]() |
The resulting outMidpoint drawn with the input arc.



