Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2005, 9:01:08 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added the last functions needed to get the heigt from the terrain. test phase now

File:
1 edited

Legend:

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

    r4949 r4956  
    159159  this function will return the quadtree that contains the position
    160160 */
    161 QuadtreeNode* Quadtree::getQuadtreeFromPosition(const Vector& position)
     161QuadtreeNode* Quadtree::getQuadtreeFromPosition(const Vector& position) const
    162162{
    163163  /* shift into model space */
     
    182182  this function will return the quadtree that contains the position
    183183 */
    184 sTriangleExt* Quadtree::getTriangleFromPosition(const Vector& position)
     184sTriangleExt* Quadtree::getTriangleFromPosition(const Vector& position) const
    185185{
    186186  QuadtreeNode* q = this->getQuadtreeFromPosition(position);
Note: See TracChangeset for help on using the changeset viewer.