You are here: Start » FIL.NET » FIS.RotateCoordinateSystem Method
FIS.RotateCoordinateSystem Method
Rotates a coordinate system around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotateCoordinateSystem ( FilNet.CoordinateSystem2D inCoordinateSystem, FilNet.Point2D? inCenter, float inAngle, bool inInverse, out FilNet.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCoordinateSystem | FilNet.CoordinateSystem2D | |||
![]() | inCenter | FilNet.Point2D? | Center of rotation (the coordinate system's center by default). Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCoordinateSystem | FilNet.CoordinateSystem2D |