E3DViewer::LockRotationInitialPosition

Starts a rotation transformation of the view point using the (x,y) coordinate. Usually (x,y) is the mouse cursor coordinate when a button is pressed.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void LockRotationInitialPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::UpdateRotationPosition and E3DViewer::LockRotationFinalPosition.

E3DViewer.LockRotationInitialPosition

Starts a rotation transformation of the view point using the (x,y) coordinate. Usually (x,y) is the mouse cursor coordinate when a button is pressed.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void LockRotationInitialPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::UpdateRotationPosition and E3DViewer::LockRotationFinalPosition.