You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.RotatePointArray
Rotates an array of points clockwise around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RotatePointArray ( IList<FilNet.Point2D> inPoints, FilNet.Point2D? inCenter, float inAngle, bool inInverse, IList<FilNet.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inCenter | FilNet.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.IList<FilNet.Point2D> |