Back to Aurora Vision Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Spatial Transforms » ResizeArc_Delta

ResizeArc_Delta


Header: AVL.h
Namespace: avl

Changes radius of an arc by adding a value.

Syntax

void avl::ResizeArc_Delta
(
	const avl::Arc2D& inArc,
	const float inDelta,
	avl::Arc2D& outArc
)

Parameters

Name Type Default Description
Input value inArc const Arc2D&
Input value inDelta const float 0.0f Value added to arc radius
Output value 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.