Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Spatial Transforms » ResizeCircle_Delta
ResizeCircle_Delta
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Changes radius of a circle by adding a value.
Syntax
void avl::ResizeCircle_Delta ( const avl::Circle2D& inCircle, float inDelta, avl::Circle2D& outCircle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | const Circle2D& | ||
![]() |
inDelta | float | 0.0f | Value added to circle radius |
![]() |
outCircle | Circle2D& |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inCircle and outCircle
Read more about In-place Computation.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Negative circle radius in ResizeCircle_Delta. |


