E3DViewer::UpdateRotationPosition

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

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void UpdateRotationPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::LockRotationInitialPosition and E3DViewer::LockRotationFinalPosition.

E3DViewer.UpdateRotationPosition

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

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void UpdateRotationPosition(
   int x,
   int y
)

Parameters

x

X coordinate.

y

Y coordinate.

Remarks

See also E3DViewer::LockRotationInitialPosition and E3DViewer::LockRotationFinalPosition.