Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 29, 2005, 12:20:03 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some fixeds in the quadtree framework. No debug draw anymore

File:
1 edited

Legend:

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

    r4956 r4968  
    3838    inline Rectangle* getDimension() { return this->pDimension; }
    3939
    40     bool includesPoint(const Vector& v);
     40    bool includesPoint(const Vector& v) const;
    4141    sTriangleExt* getTriangle(const Vector& position) const;
    4242    float getHeight(const Vector& position) const;
     
    6363    QuadtreeNode*                   nodeC;              //!< reference to the node C
    6464    QuadtreeNode*                   nodeD;              //!< reference to the node D
    65     QuadtreeNode**                  nodes;              //!< reference to the quadtree nodes
     65    QuadtreeNode**                  nodes;              //!< reference to the quadtree nodes (nodeA, nodeB, nodeC, nodeD=[0..3])
    6666
    6767
Note: See TracChangeset for help on using the changeset viewer.