• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Chapter 1. Geometry</title>
5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="Chapter 1. Geometry">
8<link rel="next" href="geometry/introduction.html" title="Introduction">
9</head>
10<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11<table cellpadding="2" width="100%"><tr>
12<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
13<td align="center"><a href="../../../../index.html">Home</a></td>
14<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
15<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17<td align="center"><a href="../../../../more/index.htm">More</a></td>
18</tr></table>
19<hr>
20<div class="spirit-nav"><a accesskey="n" href="geometry/introduction.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
21<div class="chapter">
22<div class="titlepage"><div>
23<div><h2 class="title">
24<a name="geometry"></a>Chapter 1. Geometry</h2></div>
25<div><div class="author"><h3 class="author">
26<span class="firstname">Barend</span> <span class="surname">Gehrels</span>
27</h3></div></div>
28<div><div class="author"><h3 class="author">
29<span class="firstname">Bruno</span> <span class="surname">Lalande</span>
30</h3></div></div>
31<div><div class="author"><h3 class="author">
32<span class="firstname">Mateusz</span> <span class="surname">Loskot</span>
33</h3></div></div>
34<div><div class="author"><h3 class="author">
35<span class="firstname">Adam</span> <span class="surname">Wulkiewicz</span>
36</h3></div></div>
37<div><div class="author"><h3 class="author">
38<span class="firstname">Menelaos</span> <span class="surname">Karavelas</span>
39</h3></div></div>
40<div><div class="author"><h3 class="author">
41<span class="firstname">Vissarion</span> <span class="surname">Fisikopoulos</span>
42</h3></div></div>
43<div><p class="copyright">Copyright © 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam
44      Wulkiewicz, Oracle and/or its affiliates</p></div>
45<div><div class="legalnotice">
46<a name="geometry.legal"></a><p>
47        Distributed under the Boost Software License, Version 1.0. (See accompanying
48        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
49      </p>
50</div></div>
51</div></div>
52<div class="toc">
53<p><b>Table of Contents</b></p>
54<dl class="toc">
55<dt><span class="section"><a href="geometry/introduction.html">Introduction</a></span></dt>
56<dt><span class="section"><a href="geometry/compilation.html">Compilation</a></span></dt>
57<dt><span class="section"><a href="geometry/design.html">Design Rationale</a></span></dt>
58<dt><span class="section"><a href="geometry/quickstart.html">Quick Start</a></span></dt>
59<dt><span class="section"><a href="geometry/spatial_indexes.html">Spatial Indexes</a></span></dt>
60<dd><dl>
61<dt><span class="section"><a href="geometry/spatial_indexes/introduction.html">Introduction</a></span></dt>
62<dt><span class="section"><a href="geometry/spatial_indexes/rtree_quickstart.html">Quick Start</a></span></dt>
63<dt><span class="section"><a href="geometry/spatial_indexes/creation_and_modification.html">Creation
64      and Modification</a></span></dt>
65<dt><span class="section"><a href="geometry/spatial_indexes/queries.html">Queries</a></span></dt>
66<dt><span class="section"><a href="geometry/spatial_indexes/rtree_examples.html">Examples</a></span></dt>
67</dl></dd>
68<dt><span class="section"><a href="geometry/reference.html">Reference</a></span></dt>
69<dd><dl>
70<dt><span class="section"><a href="geometry/reference/access.html">Access Functions</a></span></dt>
71<dt><span class="section"><a href="geometry/reference/adapted.html">Adapted models</a></span></dt>
72<dt><span class="section"><a href="geometry/reference/algorithms.html">Algorithms</a></span></dt>
73<dt><span class="section"><a href="geometry/reference/arithmetic.html">Arithmetic</a></span></dt>
74<dt><span class="section"><a href="geometry/reference/concepts.html">Concepts</a></span></dt>
75<dt><span class="section"><a href="geometry/reference/constants.html">Constants</a></span></dt>
76<dt><span class="section"><a href="geometry/reference/cs.html">Coordinate Systems</a></span></dt>
77<dt><span class="section"><a href="geometry/reference/core.html">Core Metafunctions</a></span></dt>
78<dt><span class="section"><a href="geometry/reference/de9im.html">DE-9IM</a></span></dt>
79<dt><span class="section"><a href="geometry/reference/enumerations.html">Enumerations</a></span></dt>
80<dt><span class="section"><a href="geometry/reference/exceptions.html">Exceptions</a></span></dt>
81<dt><span class="section"><a href="geometry/reference/io.html">IO (input/output)</a></span></dt>
82<dt><span class="section"><a href="geometry/reference/iterators.html">Iterators</a></span></dt>
83<dt><span class="section"><a href="geometry/reference/models.html">Models</a></span></dt>
84<dt><span class="section"><a href="geometry/reference/spatial_indexes.html">Spatial Indexes</a></span></dt>
85<dt><span class="section"><a href="geometry/reference/srs.html">SRS</a></span></dt>
86<dt><span class="section"><a href="geometry/reference/strategies.html">Strategies</a></span></dt>
87<dt><span class="section"><a href="geometry/reference/views.html">Views</a></span></dt>
88</dl></dd>
89<dt><span class="section"><a href="geometry/matrix.html">Reference Matrix</a></span></dt>
90<dt><span class="section"><a href="geometry/reference_alphabetical_index.html">Reference Alphabetical
91    Index</a></span></dt>
92<dt><span class="section"><a href="geometry/examples.html">Examples</a></span></dt>
93<dd><dl>
94<dt><span class="section"><a href="geometry/examples/example__adapting_a_legacy_geometry_object_model.html">Example:
95      Adapting a legacy geometry object model</a></span></dt>
96<dt><span class="section"><a href="geometry/examples/example_source_code__adapting_a_legacy_geometry_object_model.html">Example
97      source code: Adapting a legacy geometry object model</a></span></dt>
98</dl></dd>
99<dt><span class="section"><a href="geometry/release_notes.html">Release Notes</a></span></dt>
100<dt><span class="section"><a href="geometry/aboutdoc.html">About this Documentation</a></span></dt>
101<dt><span class="section"><a href="geometry/acknowledgments.html">Acknowledgments</a></span></dt>
102</dl>
103</div>
104<h3>
105<a name="geometry.h0"></a>
106    <span class="phrase"><a name="geometry.contributions"></a></span><a class="link" href="index.html#geometry.contributions">Contributions</a>
107  </h3>
108<p>
109    Boost.Geometry contains contributions by:
110  </p>
111<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
112<li class="listitem">
113        Akira Takahashi (adaption of Boost.Fusion)
114      </li>
115<li class="listitem">
116        Alfredo Correa (adaption of Boost.Array)
117      </li>
118<li class="listitem">
119        Andrew Hundt (varray container, aka. static_vector)
120      </li>
121<li class="listitem">
122        Federico Fernández (preliminary version of R-tree spatial index)
123      </li>
124<li class="listitem">
125        Karsten Ahnert (patch for cross-track distance)
126      </li>
127<li class="listitem">
128        Mats Taraldsvik (documentation: adapting a legacy model)
129      </li>
130<li class="listitem">
131        Matt Amos (fixes for point_on_surface)
132      </li>
133<li class="listitem">
134        Samuel Debionne (variant support for distance, assign, crosses, intersection,
135        ...)
136      </li>
137<li class="listitem">
138        Adeel Ahmad (Karney's solution of direct and inverse geodesic problems)
139      </li>
140<li class="listitem">
141        Yaghyavardhan Singh Khangarot (discrete Frechet and Hausdorff distance)
142      </li>
143<li class="listitem">
144        Tinko Bartels (Delaunay triangulation, Voronoi diagram, random point generation,
145        ...)
146      </li>
147<li class="listitem">
148        Caian Benedicto (patch for temporary allocator support)
149      </li>
150</ul></div>
151</div>
152<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
153<td align="left"><p><small>Last revised: August 11, 2020 at 15:01:01 GMT</small></p></td>
154<td align="right"><div class="copyright-footer"></div></td>
155</tr></table>
156<hr>
157<div class="spirit-nav"><a accesskey="n" href="geometry/introduction.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
158</body>
159</html>
160