E3DViewer::GetFieldOfView

E3DViewer::SetFieldOfView

Sets/Gets the field of view.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float GetFieldOfView() const

void SetFieldOfView(float fieldOfView)

Remarks

If the projection type is EProjectionType_Orthographic, the field of view is not taken into account. See also E3DViewer::ProjectionType. For the angle unit see Easy::AngleUnit.

E3DViewer.FieldOfView

Sets/Gets the field of view.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

float FieldOfView

{ get; set; }

Remarks

If the projection type is EProjectionType_Orthographic, the field of view is not taken into account. See also E3DViewer::ProjectionType. For the angle unit see Easy::AngleUnit.