NAME
DtCameraGetPosition - Get the position for the given camera.
SYNOPSIS
#include <Dt.h>
int DtCameraGetPosition( int cameraID, float *x, float *y, float *z )
DESCRIPTION
DtCameraGetPosition() returns the camera position, via the
pointers to the x, y and z parameters, given the index of
the camera into the camera list, via the cameraID parameter.
DIAGNOSTICS
returns one on success and zero on failure.
FILES
Link with -lDtOMio