Click or drag to resize

MotfDirection(Double, Double) Constructor

Contructor in spherical coordinates.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public MotfDirection(
	double azimuth,
	double elevation
)

Parameters

azimuth  Double
The azimuthal angle of the spherical coordinates, in radian (CCW)
elevation  Double
The elevation angle of the spherical coordinates, in radian (CCW)
See Also