E3DViewer::UpdateTranslationPosition

Updates 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 UpdateTranslationPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::LockTranslationInitialPosition and E3DViewer::LockTranslationFinalPosition.

E3DViewer.UpdateTranslationPosition

Updates 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 UpdateTranslationPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::LockTranslationInitialPosition and E3DViewer::LockTranslationFinalPosition.