intersects changed to within in remove visitor + some comments added

[SVN r71927]
This commit is contained in:
Adam Wulkiewicz
2011-05-13 20:23:16 +00:00
parent 0465fa31b9
commit 9dbb67ed82
7 changed files with 171 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
// Boost.Geometry (aka GGL, Generic Geometry Library)
//
// Boost.Index - example
//
// Copyright 2011 Adam Wulkiewicz.
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <gl/glut.h>
#include <boost/geometry/extensions/index/rtree/rtree.hpp>