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
Input value inCoordinateSystem CoordinateSystem2D
Input value inDelta Vector2D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outCoordinateSystem CoordinateSystem2D