You are here: Start » AVL.NET » AVL.CircleSection(AvlNet.Circle2D, float, float, AvlNet.Arc2D)

AVL.CircleSection(AvlNet.Circle2D, float, float, AvlNet.Arc2D)

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

inCircle
Type: AvlNet.Circle2D
Input circle
inStartAngle
Type: System.Single
Direction at which the arc begins
inSweepAngle
Type: System.Single
Angular length of the arc (may be negative)
outArc
Type: AvlNet.Arc2D

Examples

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

See also