Back to Adaptive Vision Library website
 
                
                    
		
	You are here: Start » Function Reference » Geometry 2D Features » ArcEndpoints
Computes two endpoints of an arc.
Syntax
C++
C#
void avl::ArcEndpoints ( const avl::Arc2D& inArc, avl::Point2D& outPoint1, avl::Point2D& outPoint2 )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
|  | inArc | const Arc2D& | ||
|  | outPoint1 | Point2D& | First endpoint | |
|  | outPoint2 | Point2D& | Second endpoint | 
Examples
|  | 
The resulting outPoint1(blue) and outPoint2(green) drawn with the input arc.

 
 
