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

AVS.AvsFilter_MakeArc Method

Creates an arc structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeArc
(
	AvlNet.Point2D inCenter,
	float inRadius,
	float inStartAngle,
	float inSweepAngle,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inCenterAvlNet.Point2DCenter of the arc.
inRadiusfloat<0.0f, INF>The arc radius.
inStartAnglefloatDirection at which the arc begins.
inSweepAnglefloatLength of the arc (may be negative).
outArcAvlNet.Arc2D

See also