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

AVL.RotatePathArray Method

Rotates an array of paths clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePathArray(
	AvlNet.Path[] inPaths,
	float inAngle,
	bool inInverse,
	out AvlNet.Path[] outPaths
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathsAvlNet.Path

See also