TranslatePath


Translates a path by a vector.

Syntax

C++
Python
 
def TranslatePath(
	inPath: Path,
	inDelta: Vector2D,
	outPath: Path,
	/,
	*,
	inInverse: bool = False
)
-> None

Parameters

Name Type Default Description
Input value inPath Path Input path
Input value inDelta Vector2D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outPath Path Output path