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

AVS.RotateRegion Method

Rotates a region around a point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateRegion
(
	AvlNet.Region inRegion,
	float inAngle,
	bool inInverse,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to counter-clockwise rotation.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also