TransformPoint3DGrid


Applies a general transformation expressed by a matrix to a grid of 3D points.

Syntax

C++
C#
Python
 
def TransformPoint3DGrid(
	inGrid: Point3DGrid,
	inTransform: Matrix,
	outGrid: Point3DGrid,
	/,
	*,
	inInverse: bool = False
)
-> None

Parameters

Name Type Default Description
Input value inGrid Point3DGrid
Input value inTransform Matrix Transformation 3x3 or 4x4 matrix
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.

This operation supports automatic parallelization for multicore and multiprocessor systems.