You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.RotatePointArray

AVL.RotatePointArray

Rotates an array of points clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RotatePointArray
(
	IList<AvlNet.Point2D> inPoints,
	float inAngle,
	bool inInverse,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

Function Overrides

See also