TranslateBox
Shifts a box by a discreet vector.
Syntax
C++
Python
def TranslateBox( inBox: Box, inDeltaX: int, inDeltaY: int, /, *, inInverse: bool = False ) -> outBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | Input box | |
![]() |
inDeltaX | int | Shift along the x axis | |
![]() |
inDeltaY | int | Shift along the y axis | |
![]() |
inInverse | bool | False | Switches to inverse operation |
![]() |
outBox | Box | Shifted box |


