You are here: Start » AVL.NET » AVL.RotatePathArray(AvlNet.Path[], float, bool, AvlNet.Path[])

AVL.RotatePathArray(AvlNet.Path[], float, bool, AvlNet.Path[])

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

inPaths
Type: AvlNet.Path
inAngle
Type: System.Single
Clockwise rotation angle
inInverse
Type: System.Boolean
Switches to the inverse operation
outPaths
Type: AvlNet.Path

Remarks

See full override for more details.

See also