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

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

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

inPaths
Type: AvlNet.Path
inCenter
Type: System.Nullable<AvlNet.Point2D>
inAngle
Type: System.Single
inInverse
Type: System.Boolean
outPaths
Type: AvlNet.Path

See also