TranslateCoordinateSystem
Translates a coordinate system by a vector.
Syntax
C++
Python
def TranslateCoordinateSystem( inCoordinateSystem: CoordinateSystem2D, inDelta: Vector2D, /, *, inInverse: bool = False ) -> outCoordinateSystem: CoordinateSystem2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCoordinateSystem | CoordinateSystem2D | ||
![]() |
inDelta | Vector2D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outCoordinateSystem | CoordinateSystem2D |


