Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » ResizeArc_Delta
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Changes radius of an arc by adding a value.
Syntax
C++
C#
void fil::ResizeArc_Delta ( const fil::Arc2D& inArc, const float inDelta, fil::Arc2D& outArc )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArc | const Arc2D& | ||
![]() |
inDelta | const float | 0.0f | Value added to arc radius |
![]() |
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.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Negative arc radius in ResizeArc_Delta. |