Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 5:37:06 PM (16 years ago)
Author:
FelixSchulthess
Message:

svn save

Location:
code/branches/hud3/src/orxonox/hud
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.cc

    r1290 r1292  
    2424*      ...
    2525*
     26*/
     27
     28/*      local coordinate system of space ship:
     29
     30                        y
     31                        +   z
     32                        |  +
     33                        | /
     34                        |/
     35               x +------O
    2636*/
    2737
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.cc~

    r1290 r1292  
    101101  }
    102102   
    103   void RadarOverlayElement::setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY, ortZ){
     103  void RadarOverlayElement::setMainShipPosition(int dirX, int dirY, int dirZ, int ortX, int ortY, int ortZ){
    104104    dirX_=dirX;
    105105    dirY_=dirY;
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.h

    r1290 r1292  
    2525*
    2626*/
    27 
    2827
    2928#ifndef _RADAR_H__
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.h~

    r1290 r1292  
    2626*/
    2727
     28/*      local coordinate system of space ship:
     29
     30                        y
     31                        +   z
     32                        |  +
     33                        | /
     34                        |/
     35               x +------O
     36*/
    2837
    2938#ifndef _RADAR_H__
     
    6372
    6473    void initRadarOverlayElement(Real left, Real top, int dim, Ogre::OverlayContainer* container);
    65     void setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY, ortZ);
     74    void setMainShipPosition(int dirX, int dirY, int dirZ, int ortX, int ortY, int ortZ);
    6675   
    6776    int newShip(int X, int Y, int Z);
Note: See TracChangeset for help on using the changeset viewer.