You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.RotateArc

AVL.RotateArc

Rotates an arc clockwise around center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RotateArc
(
	AvlNet.Arc2D inArc,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
inCenterAvlNet.Point2D?Center of rotation (the arc's center by default). Default value: atl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outArcAvlNet.Arc2D

Examples

RotateArc performed on the sample arc, inCenter = Auto, inAngle = 90 and inInverse = False.

Function Overrides

See also