Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Features » ArcMidpoint
Computes the midpoint of an arc.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::ArcMidpoint ( const avl::Arc2D& inArc, avl::Point2D& outMidpoint )
Parameters
Examples
![]() |
The resulting outMidpoint drawn with the input arc.



