Click or drag to resize

MotfDirection Class

A MarkOnTheFly direction, either expressed through spherical coordinates or by an unit vector.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanControllerMotfDirection

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class MotfDirection

The MotfDirection type exposes the following members.

Constructors
 NameDescription
Public methodMotfDirection(dvec3) Constructor in Cartesian coordinates.
Public methodMotfDirection(Double, Double) Contructor in spherical coordinates.
Top
Properties
 NameDescription
Public propertyAzimuth The azimuthal angle of the spherical coordinates, in radian (CCW).
Public propertyElevation The elevation angle of the spherical coordinates, in radian (CCW).
Top
Methods
 NameDescription
Public methodFromCartesian Sets the MOTF direction according to the provided direction vector in Cartesian coordinates.
Public methodToCartesian Returns the MOTF direction in Cartesian coordinates.
Top
See Also