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