You are here: Start » AVL.NET » AVL.CreateArc(AvlNet.Point2D, AvlNet.Anchor2D, float, float, float, AvlNet.Arc2D)

AVL.CreateArc(AvlNet.Point2D, AvlNet.Anchor2D, float, float, float, AvlNet.Arc2D)

Creates an arc from an aligned point, radius, and angle range.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateArc(
	AvlNet.Point2D inPoint,
	AvlNet.Anchor2D inPointAnchor,
	float inRadius,
	float inStartAngle,
	float inSweepAngle,
	out AvlNet.Arc2D outArc
)

Parameters

inPoint
Type: AvlNet.Point2D
inPointAnchor
Type: AvlNet.Anchor2D
Alignment of the point relatively to the box of the circle
inRadius
Type: System.Single
Circle radius
inStartAngle
Type: System.Single
Direction at which the arc begins
inSweepAngle
Type: System.Single
Length of the arc (may be negative)
outArc
Type: AvlNet.Arc2D

See also