Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2005, 12:02:50 PM (19 years ago)
Author:
patrick
Message:

oxonox/trunk: now swapping the coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.h

    r4907 r4915  
    2929  inline Material* getMaterial(int indexNode) const { return this->materials[indexNode % 4]; }
    3030
     31  private:
     32    void revertHashTable(QuadtreeNode** nodes);
     33
    3134 private:
    3235   QuadtreeNode*                   rootNode;              //!< reference to the root node of the quadtree
Note: See TracChangeset for help on using the changeset viewer.