Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » ArcEndpoints
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes two endpoints of an arc.
Syntax
C++
C#
void fil::ArcEndpoints ( const fil::Arc2D& inArc, fil::Point2D& outPoint1, fil::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.