Easy::GetAngleUnit

Easy::SetAngleUnit

Current angular unit.

Namespace: Euresys::Open_eVision

[C++]

static Euresys::Open_eVision::EAngleUnit GetAngleUnit()

static void SetAngleUnit(Euresys::Open_eVision::EAngleUnit unit)

Remarks

All angles are computed using some angular unit, as well on input as on output. The desired unit can be changed at any time. By default, all angles are given in degrees (0..360).

Easy.AngleUnit

Current angular unit.

Namespace: Euresys.Open_eVision

[C#]

static Euresys.Open_eVision.EAngleUnit AngleUnit

{ get; set; }

Remarks

All angles are computed using some angular unit, as well on input as on output. The desired unit can be changed at any time. By default, all angles are given in degrees (0..360).