TranslatePoint3DArray
Translates an array of points by a vector.
Syntax
C++
C#
Python
def TranslatePoint3DArray( inPoints3D: list[Point3D], inDelta: Vector3D, /, *, inInverse: bool = False ) -> outPoints3D: list[Point3D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints3D | list[Point3D] | ||
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPoints3D | list[Point3D] |
Hardware Acceleration
This operation is optimized for SSE2 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.


