Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10651 in orxonox.OLD


Ignore:
Timestamp:
May 10, 2007, 4:16:23 PM (17 years ago)
Author:
rennerc
Message:

i dont like quaternions

Location:
branches/vs-enhencements/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/util/track/action_box.h

    r10642 r10651  
    2323    bool isPointInBox( const Vector& pos );
    2424   
     25    float getWidth_2(){ return width_2; }
     26    float getHeight_2(){ return height_2; }
     27    float getDepth(){ return depth; }
     28    float getStretch(){ return stretch; }
     29   
    2530  private:
    2631    void updatePlanes();
  • branches/vs-enhencements/src/world_entities/WorldEntities.am

    r10649 r10651  
    1313                world_entities/npcs/attractor_mine.cc \
    1414                world_entities/npcs/mover.cc \
     15                world_entities/npcs/actionbox_enemy.cc \
    1516                \
    1617                \
     
    151152                npcs/attractor_mine.h \
    152153                npcs/mover.h \
     154                npcs/actionbox_enemy.h \
    153155                \
    154156                environments/environment.h \
Note: See TracChangeset for help on using the changeset viewer.