CAViewer::GetCameraCoi

CAViewer class

Gets the current camera Center of Interest (COI).

BOOL GetCameraCoi(
  float *xpos,
  float *ypos,
  float *zpos
  );

Parameters

xpos
A pointer to float that receives the X component of the camera COI.

ypos
A pointer to float that receives the Y component of the camera COI.

zpos
A pointer to float that receives the Z component of the camera COI.

Return Value

Returns TRUE if the operation is successful; otherwise, FALSE.

See Also

CAViewer::SetCameraCoi