E3DViewer::SetAutoRotate
This method is deprecated: Use E3DViewer::AutoRotate
instead.
Enables and configures the auto rotate display.
Namespace: Euresys::Open_eVision::Easy3D
[C++]
[[deprecated("Use E3DViewer::AutoRotate
instead.")]]
void SetAutoRotate(
float vx,
float vy,
float vz
)
Parameters
vx
Rotation speed around axis X.
vy
Rotation speed around axis Y.
vz
Rotation speed around axis Z.
E3DViewer.SetAutoRotate
This method is deprecated: Use E3DViewer.AutoRotate
instead.
Enables and configures the auto rotate display.
Namespace: Euresys.Open_eVision.Easy3D
[C#]
[Obsolete("Use E3DViewer.AutoRotate
instead.")]
void SetAutoRotate(
float vx,
float vy,
float vz
)
Parameters
vx
Rotation speed around axis X.
vy
Rotation speed around axis Y.
vz
Rotation speed around axis Z.
SetAutoRotate
Sorry, this function does not exist in Python.