Q3Camera_GetPlacement
You can use theQ3Camera_GetPlacementfunction to get the current placement of a camera.
TQ3Status Q3Camera_GetPlacement ( TQ3CameraObject camera, TQ3CameraPlacement *placement);
camera- A camera object.
placement- On exit, a pointer to a camera placement structure.
DESCRIPTION
TheQ3Camera_GetPlacementfunction returns, in theplacementparameter, a pointer to a camera placement structure that describes the current placement of the camera specified by thecameraparameter.