You are here: Start » AVL.NET » Invoke.RotatePointArray

Invoke.RotatePointArray

Rotates an array of points clockwise around a center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotatePointArray
(
	List<Avl.Point2D> inPoints,
	Optional<Avl.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	List<Avl.Point2D> outPoints
)

Parameters

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

See also