Q3ViewPlaneCamera_GetCenterX
You can use theQ3ViewPlaneCamera_GetCenterXfunction to get the horizontal center of the viewed object.
TQ3Status Q3ViewPlaneCamera_GetCenterX ( TQ3CameraObject camera, float *centerXOnViewPlane);
camera- A view plane camera object.
centerXOnViewPlane- On exit, the x coordinate of the center of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_GetCenterXfunction returns, in thecenterXOnViewPlaneparameter, the x coordinate of the center of the viewed object of the camera specified by thecameraparameter.