Code Search for Developers
 
 
  

QuadTree.cpp from palisma2d at Krugle


Show QuadTree.cpp syntax highlighted

#include "StdAfx.h"
#include "QuadTree.h"


//template<class T>
//QuadTree<T>::QuadTree(float minw, float minh, float maxw, float maxh):  m_maxWidth(maxw), 
//                                                                                m_maxHeight(maxw),
//                                                                                m_minWidth(minw),
//                                                                                m_minHeight(minh)
//{
//
//    m_root = new QuadTreeNode( Rect( 0, 0, maxWidth, maxHeight ) );
//    BuildTree( m_root );
//
//}





See more files for this project here

palisma2d

The University of Wisconsin-Parkside Developers Union first product. More info to come. Code name Palisma.

Project homepage: http://code.google.com/p/palisma2d/
Programming language(s): C,C++
License: gpl2

  EntDict.cpp
  EntDict.h
  Error.cpp
  Error.h
  MFile.cpp
  MFile.h
  Parser.cpp
  Parser.h
  QuadTree.cpp
  QuadTree.h
  ReadMe.txt
  StringUtil.cpp
  StringUtil.h
  Vector3f.cpp
  Vector3f.h
  color.h
  geom.h
  stdafx.cpp
  stdafx.h
  vector.h