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,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.Path[] outPaths
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path
inCenterAvlNet.Point2D?Center of rotation (the mass center by default). Default value: atl::NIL, or null.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathsAvlNet.Path

See also