Home > src > BN_pol_rec > Hsand > getPos.m

getPos

PURPOSE ^

a is bool if we want to see hostile force performing attack a = 1

SYNOPSIS ^

function [pos, vi] = getPos(t, a)

DESCRIPTION ^

 a is bool if we want to see  hostile force performing attack a = 1

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 
0002  function [pos, vi] = getPos(t, a)
0003  % a is bool if we want to see  hostile force performing attack a = 1
0004  
0005  load enemy_positions;
0006  
0007  pos = south_enemy(t:(t+9), :);
0008  vi = [159 149];
0009      
0010  
0011

Generated on Wed 16-Mar-2005 09:17:47 by m2html © 2003