Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » ReverseArc

ReverseArc


Header: AVL.h
Namespace: avl
Module: FoundationLite

Inverts the direction of the arc.

Syntax

C++
C#
 
void avl::ReverseArc
(
	const avl::Arc2D& inArc,
	avl::Arc2D& outArc
)

Parameters

Name Type Default Description
Input value inArc const Arc2D&
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.

Examples

ReverseArc performed on the sample arc.