You are here: Start » AVL.NET » Invoke.CircleSection

Invoke.CircleSection

Computes an arciform section of the circle perimeter.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CircleSection
(
	Avl.Circle2D inCircle,
	float inStartAngle,
	float inSweepAngle,
	out Avl.Arc2D outArc
)

Parameters

Name Type Range Default Description
inCircleAvl.Circle2DInput circle.
inStartAnglefloatDirection at which the arc begins.
inSweepAnglefloatAngular length of the arc (may be negative).
outArcAvl.Arc2D

See also