Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Next

Chapter 1. Geometry

Barend Gehrels

Bruno Lalande

Mateusz Loskot

Adam Wulkiewicz

Menelaos Karavelas

Vissarion Fisikopoulos

Distributed under 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)

Contributions

Boost.Geometry contains contributions by:

  • Akira Takahashi (adaption of Boost.Fusion)
  • Alfredo Correa (adaption of Boost.Array)
  • Andrew Hundt (varray container, aka. static_vector)
  • Federico Fernández (preliminary version of R-tree spatial index)
  • Karsten Ahnert (patch for cross-track distance)
  • Mats Taraldsvik (documentation: adapting a legacy model)
  • Matt Amos (fixes for point_on_surface)
  • Samuel Debionne (variant support for distance, assign, crosses, intersection, ...)
  • Adeel Ahmad (Karney's solution of direct and inverse geodesic problems)
  • Yaghyavardhan Singh Khangarot (discrete Frechet and Hausdorff distance)
  • Tinko Bartels (Delaunay triangulation, Voronoi diagram, random point generation, ...)
  • Caian Benedicto (patch for temporary allocator support)

Next