khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Class Diagram class Simulation #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
class cimulation

variables : 

Environment2 environment;
Vector2 initialPredatorVelocity;
Vector2 initialPredatorPosition;
bool simulationRunning;
float milliseconds;
SpriteFont font;
float velocity;
float angle;
ContentManager contentManager;

methods :

void Draw(Rectangle rectangle, SpriteBatch spriteBatch)
void LoadContent(ContentManager contentManager, GraphicsDevice graphicsDevice)
void Update(GameTime gameTime)

contructor :

Simulation(Vector2 predatorPosition, Rect preyPosition, Rect aquariumPosition, 
float velocity, float angle)

Original issue reported on code.google.com by 3abdelazim on 24 May 2012 at 11:21

GoogleCodeExporter commented 9 years ago
class simulation*

Original comment by 3abdelazim on 24 May 2012 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 5:00