Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2006, 1:21:09 PM (18 years ago)
Author:
patrick
Message:

more interface and more structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision_tube.cc

    r9896 r9898  
    111111
    112112
     113
     114  /**
     115   * handles all collisions in registered in this tube
     116   */
     117  void CollisionTube::handleCollisions()
     118  {
     119    //
     120  }
     121
     122
    113123  /**
    114124   * checks if two objects are
     
    124134
    125135
    126   /**
    127    * handles all collisions in registered in this tube
    128    */
    129   void CollisionTube::handleCollisions()
    130   {
    131     //
    132   }
    133136
    134137
    135 }
     138}// namespace end
    136139
Note: See TracChangeset for help on using the changeset viewer.