Click or drag to resize

BaseScanController.SetProcessTransformation Method

Sets the process transformation.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public abstract void SetProcessTransformation(
	dmat4 transformation
)

Parameters

transformation  dmat4
The process transformation to set.
See Also