You are here: Start » FIL.NET » Invoke.RotatePointArray
Rotates an array of points clockwise around a center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotatePointArray ( List<Fil.Point2D> inPoints, Optional<Fil.Point2D> inCenter, float inAngle, bool inInverse, List<Fil.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | inCenter | Ftl.Optional<Fil.Point2D> | Center of rotation (the mass center by default). Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints | System.Collections.Generic.List<Fil.Point2D> |