Back to Adaptive Vision Library website

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

ReverseArc


Inverts the direction of the arc.

Syntax

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

Parameters

Name Type Default Description
inArc const Arc2D&
outArc Arc2D&

Examples

ReverseArc performed on the sample arc.