E3DViewer::LockTranslationInitialPosition

Starts a translation 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 LockTranslationInitialPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::UpdateTranslationPosition and E3DViewer::LockTranslationFinalPosition.

E3DViewer.LockTranslationInitialPosition

Starts a translation 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 LockTranslationInitialPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::UpdateTranslationPosition and E3DViewer::LockTranslationFinalPosition.