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 | |
|---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
inDelta | Vector2D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPoint | Point2D |


