Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » ArcEndpoints
ArcEndpoints
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes two endpoints of an arc.
Syntax
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.



