Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » ResizeArc
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Changes radius of an arc.
Syntax
C++
C#
void fil::ResizeArc ( const fil::Arc2D& inArc, const float inNewSize, fil::Arc2D& outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inArc | const Arc2D& | |||
![]() |
inNewSize | const float | 0.0 - ![]() |
1.0f | |
![]() |
outArc | Arc2D& |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inArc and outArc
Read more about In-place Computation.
Examples
![]() |
![]() |
ResizeArc performed on the sample arc, inNewSize = 130.