source:
branches/VUT/DummyModules/GtpVisibilityPreprocessor/src/KdTree.cpp
@
65
Revision 65, 134 bytes checked in by bittner, 20 years ago (diff) |
---|
Line | |
---|---|
1 | #include "KdTree.h" |
2 | |
3 | namespace GtpVisibilityPreprocessor { |
4 | |
5 | bool |
6 | KdTree::Subdivide(KdNode *subtree) |
7 | { |
8 | return true; |
9 | } |
10 | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.