TranslatePoint


Translates a point by a vector.

Syntax

C++
Python
 
def TranslatePoint(
	inPoint: Point2D,
	inDelta: Vector2D,
	/,
	*,
	inInverse: bool = False
)
-> outPoint: Point2D

Parameters

Name Type Default Description
Input value inPoint Point2D
Input value inDelta Vector2D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outPoint Point2D