RescalePoint3DGrid


Changes the distances of grid points to a reference point.

Syntax

C++
C#
Python
 
def RescalePoint3DGrid(
	inGrid: Point3DGrid,
	inReferencePoint: Point3D,
	outGrid: Point3DGrid,
	/,
	*,
	inScale: float = 1.0,
	inInverse: bool = False
)
-> None

Parameters

Name Type Default Description
Input value inGrid Point3DGrid
Input value inReferencePoint Point3D Point to which the distances will be changed
Input value inScale float 1.0 Scaling factor
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.