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

AVS.RotateCircle Method

Rotates a circle clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateCircle
(
	AvlNet.Circle2D inCircle,
	AvlNet.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
inCenterAvlNet.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCircleAvlNet.Circle2D

See also