[Gcblue-commits] gcb_wx/include/sim tcLauncher.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-18 17:41:45
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1773/include/sim Modified Files: tcLauncher.h Log Message: Parallel ai update Index: tcLauncher.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcLauncher.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcLauncher.h 1 Feb 2005 02:28:09 -0000 1.9 --- tcLauncher.h 18 Feb 2005 17:41:37 -0000 1.10 *************** *** 119,122 **** --- 119,124 ---- int GetErrorCode() const {return errorCode;} int GetLauncherStatus(); + float GetSectorCenter() const; ///< returns center of engagement sector in radians + float GetSectorWidth() const; ///< returns width of engagement sector in radians bool IsAutoPoint() const; |