You are here: Start » AVL.NET » AVS.CircleSection Method

AVS.CircleSection Method

Computes an arciform section of the circle perimeter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CircleSection
(
	AvlNet.Circle2D inCircle,
	float inStartAngle,
	float inSweepAngle,
	out AvlNet.Arc2D outArc
)

Parameters

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

See also