Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Features » CircleSection

CircleSection


Computes an arciform section of the circle perimeter.

Syntax

C++
C#
 
void avl::CircleSection
(
	const avl::Circle2D& inCircle,
	atl::real inStartAngle,
	atl::real inSweepAngle,
	avl::Arc2D& outArc
)

Parameters

Name Type Default Description
inCircle const Circle2D& Input circle
inStartAngle real Direction at which the arc begins
inSweepAngle real Angular length of the arc (may be negative)
outArc Arc2D&

Examples

CircleSection performed on the sample circle, inStartAngle = 20.0 and inSweepAngle = 110.0.