You are here: Start » FIL.NET » Invoke.RotateCoordinateSystem
Rotates a coordinate system around a center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateCoordinateSystem ( Fil.CoordinateSystem2D inCoordinateSystem, Optional<Fil.Point2D> inCenter, float inAngle, bool inInverse, out Fil.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCoordinateSystem | Fil.CoordinateSystem2D | |||
![]() | inCenter | Ftl.Optional<Fil.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 | Fil.CoordinateSystem2D |