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
Input value inGrid Point3DGrid
Input value inDelta Vector3D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value 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.