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
Input value inPoints3D list[Point3D]
Input value inDelta Vector3D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value 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.