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

Invoke.RotateArc

Rotates an arc clockwise around center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateArc
(
	Avl.Arc2D inArc,
	Optional<Avl.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	out Avl.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvl.Arc2D
inCenterAtl.Optional<Avl.Point2D>Center of rotation (the arc's center by default). Default value: atl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outArcAvl.Arc2D

See also