You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.RotateCoordinateSystem
Rotates a coordinate system around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.