You are here: Start » AVL.NET » AVS.RotatePointArray Method

AVS.RotatePointArray Method

Rotates an array of points clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePointArray
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inCenterAvlNet.Point2D?Center of rotation (the mass center by default). Default value: atl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

Function Overrides

See also