You are here: Start » FIL.NET » Invoke.TranslateCoordinateSystem
Translates a coordinate system by a vector.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslateCoordinateSystem ( Fil.CoordinateSystem2D inCoordinateSystem, Fil.Vector2D inDelta, bool inInverse, out Fil.CoordinateSystem2D outCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCoordinateSystem | Fil.CoordinateSystem2D | |||
![]() | inDelta | Fil.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCoordinateSystem | Fil.CoordinateSystem2D |


