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

Invoke.RotateCircle

Rotates a circle clockwise around a center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateCircle
(
	Avl.Circle2D inCircle,
	Avl.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out Avl.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inCircleAvl.Circle2D
inCenterAvl.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCircleAvl.Circle2D

See also