00001 00002 /* ///////////////////////////////////////////////////////////////////////// */ 00003 /* This file is a part of the BSTools package */ 00004 /* written by Przemyslaw Kiciak */ 00005 /* ///////////////////////////////////////////////////////////////////////// */ 00006 /* (C) Copyright by Przemyslaw Kiciak, 2007 */ 00007 /* this package is distributed under the terms of the */ 00008 /* Lesser GNU Public License, see the file COPYING.LIB */ 00009 /* ///////////////////////////////////////////////////////////////////////// */ 00010 00011 void _CameraUpdateRotCentref ( CameraRecf *CPos ); 00012 void _CameraUpdateRotCentred ( CameraRecd *CPos ); 00013 #ifdef STEREOF_H 00014 void _StereoUpdateRotCentref ( StereoRecf *CPos ); 00015 #endif 00016 #ifdef STEREOD_H 00017 void _StereoUpdateRotCentred ( StereoRecd *CPos ); 00018 #endif 00019