E3DViewer::GetViewTarget

Gets view target position (by default, the camera position is 'look at center of the point cloud').

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetViewTarget(
   float& targetX,
   float& targetY,
   float& targetZ
)

Parameters

targetX

X axis target position.

targetY

Y axis target position.

targetZ

Z axis target position.

E3DViewer.GetViewTarget

Gets view target position (by default, the camera position is 'look at center of the point cloud').

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetViewTarget(
   out float targetX,
   out float targetY,
   out float targetZ
)

Parameters

targetX

X axis target position.

targetY

Y axis target position.

targetZ

Z axis target position.