You are here: Start » AVL.NET » Function Reference » Path » Path Spatial Transforms » AVL.RotatePathArray

AVL.RotatePathArray

Rotates an array of paths clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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>

Errors

List of possible exceptions:

Error type Description
DomainError Center of rotation cannot be computed in RotatePathArray.

Function Overrides

See also