Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1920 in orxonox.OLD for orxonox/trunk/core/shoot_laser.h


Ignore:
Timestamp:
Jun 8, 2004, 1:47:33 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: rockets added (in 3D)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/shoot_laser.h

    r1904 r1920  
    2020    float yCor;
    2121    float zCor;   
    22     float xInc;
    23     float yInc;
    24     float zInc;
     22    float xVel;
     23    float yVel;
     24    float zVel;
    2525    float collisionRadius;
    2626  };
     
    3333  void addShoot(shoot* sh);
    3434  void addShoot(float x, float y, float z);
    35   void addShootExt(float x, float y, float z, float xInc, float yInc, float zInc);
     35  void addShootExt(float x, float y, float z, float xVel, float yVel, float zVel);
    3636  void setShootStep(float step);
    3737  void removeShoot(shoot* sh);
Note: See TracChangeset for help on using the changeset viewer.