E3DViewer::SetViewAngle
Sets view angles.
Namespace: Euresys::Open_eVision::Easy3D
[C++]
void SetViewAngle(
float angleX,
float angleY
)
[[deprecated("Use E3DViewer::ViewAngle
instead.")]]
void SetViewAngle(
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. Default: 0
E3DViewer.SetViewAngle
Sets view angles.
Namespace: Euresys.Open_eVision.Easy3D
[C#]
void SetViewAngle(
float angleX,
float angleY
)
[Obsolete("Use E3DViewer.ViewAngle
instead.")]
void SetViewAngle(
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. Default: 0
E3DViewer.SetViewAngle
Sets view angles.
Module: open_evision.Easy3D
[Python]
SetViewAngle(
angleX: float
angleY: float
) -> None
Parameters
angleX
Rotation around the X axis.
angleY
Rotation around the Y axis.