E3DViewer::LockTranslationFinalPosition

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

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void LockTranslationFinalPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::LockTranslationInitialPosition and E3DViewer::UpdateTranslationPosition.

E3DViewer.LockTranslationFinalPosition

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

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void LockTranslationFinalPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::LockTranslationInitialPosition and E3DViewer::UpdateTranslationPosition.