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


