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

AVS.RotatePathArray Method

Rotates an array of paths clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePathArray
(
	IList<AvlNet.Path> inPaths,
	float inAngle,
	bool inInverse,
	IList<AvlNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<AvlNet.Path>

Function Overrides

See also