Click or drag to resize

MotfDirectionFromCartesian Method

Sets the MOTF direction according to the provided direction vector in Cartesian coordinates.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public void FromCartesian(
	dvec3 unitVector
)

Parameters

unitVector  dvec3
The unit vector describing the MOTF direction in Cartesian coordinates
See Also