E3DViewer::GetProjectionType

E3DViewer::SetProjectionType

Sets/Gets the projection type.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

Euresys::Open_eVision::Easy3D::EProjectionType GetProjectionType() const

void SetProjectionType(Euresys::Open_eVision::Easy3D::EProjectionType projectionType)

Remarks

If the projection type is EProjectionType_Perspective, then the field of view can be set with the method E3DViewer::FieldOfView.

E3DViewer.ProjectionType

Sets/Gets the projection type.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.EProjectionType ProjectionType

{ get; set; }

Remarks

If the projection type is EProjectionType_Perspective, then the field of view can be set with the method E3DViewer::FieldOfView.