Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » ArcCircle
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the circle containing an arc.
Syntax
C++
C#
void fil::ArcCircle ( const fil::Arc2D& inArc, fil::Circle2D& outCircle )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArc | const Arc2D& | Input arc | |
![]() |
outCircle | Circle2D& | Circle containing the arc |
Examples
![]() |
![]() |
ArcCircle performed on the sample arc.