E3DViewer::GetViewAngle

Gets view angles.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetViewAngle(
   float& angleX,
   float& angleY,
   float& angleZ
)

Parameters

angleX

Rotation around the X axis.

angleY

Rotation around the Y axis.

angleZ

Rotation around the Z axis.

E3DViewer.GetViewAngle

Gets view angles.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetViewAngle(
   out float angleX,
   out float angleY,
   out float angleZ
)

Parameters

angleX

Rotation around the X axis.

angleY

Rotation around the Y axis.

angleZ

Rotation around the Z axis.