Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » ResizeArc_Delta
Changes radius of an arc by adding a value.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | const Arc2D& | ||
![]() |
inDelta | const real | 0.0f | Value added to arc radius |
![]() |
outArc | Arc2D& |
Errors
| Error type | Description |
|---|---|
| DomainError | Negative arc radius in ResizeArc_Delta. |


