TranslatePoint3DGrid
Translates a grid of points by a vector.
Syntax
C++
C#
Python
def TranslatePoint3DGrid( inGrid: Point3DGrid, inDelta: Vector3D, outGrid: Point3DGrid, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inGrid | Point3DGrid | ||
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outGrid | Point3DGrid |
Hardware Acceleration
This operation is optimized for SSE41 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.


