Click or drag to resize

BaseScanControllerSetHeadBias(Int32, dvec3) Method

Sets the head bias.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual void SetHeadBias(
	int head,
	dvec3 bias
)

Parameters

head  Int32
Head number (starting with 0).
bias  dvec3
Bias to set.
See Also