Adds an RTree data structure to gfx/geometry

This code forked originally from code review 218843002.

This patch introduces an implementation of a classical spatial database,
the R*-Tree. This allows for efficient rectangle queries of void* keys
associated with bounded boxes.

BUG=353867

Review URL: https://codereview.chromium.org/245763002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267265 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: af02ebf2fe7ce704496b7aec63ca4daa797c6f0f
3 files changed
tree: 2848165594bedbc1869742515ba23087fcf6e53f
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/