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 | |
|---|---|---|---|---|
![]() |
inGrid | Point3DGrid | ||
![]() |
inTransform | Matrix | Transformation 3x3 or 4x4 matrix | |
![]() |
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.
This operation supports automatic parallelization for multicore and multiprocessor systems.


