Ignore:
Timestamp:
08/25/06 18:25:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp

    r1278 r1286  
    27592759 
    27602760        if (parent->GetFront() == node) 
    2761       box.SetMin(parent->GetAxis(), parent->GetPosition()); 
     2761                box.SetMin(parent->GetAxis(), parent->GetPosition()); 
    27622762    else 
    2763       box.SetMax(parent->GetAxis(), parent->GetPosition()); 
     2763                box.SetMax(parent->GetAxis(), parent->GetPosition()); 
    27642764 
    27652765        return box; 
Note: See TracChangeset for help on using the changeset viewer.