10 Commits

Author SHA1 Message Date
ivanpanch
91700dca22 Fix mistakes (#1429)
* Update geometry.qbk

* Update introduction.qbk

* Update compiling.qbk

* Update design_rationale.qbk

* Update introduction.qbk

* Update quickstart.qbk

* Update creation.qbk

* Update query.qbk

* Update reference.qbk

* Update

* Update

* Update

* Update

* Update buffer_with_strategies.qbk

* Update expand.qbk

* Update expand.qbk

* Update union.hpp

* Update point.qbk

* Update box.qbk

* Update cs.hpp

* Update closure.hpp

* Update point.hpp

* Update rtree.hpp

* Update choose_next_node.hpp

* Update iterator.hpp

* Update point_in_poly_winding.hpp

* Update spatial_query.hpp

* Update imw_p.hpp

* Update remove.hpp

* Update redistribute_elements.hpp

* Update redistribute_elements.hpp

* Update insert.hpp

* Update redistribute_elements.hpp

* Update point_in_poly_crossings_multiply.hpp

* Update closeable_view.hpp

* Update example_adapting_a_legacy_geometry_object_model.qbk

* Update acknowledgments.qbk

* Update indexable.hpp

* Update for_each.hpp

* Update iterators.hpp

* Update spatial_query.hpp

* Update query_iterators.hpp
2025-10-09 19:58:48 +02:00
Barend Gehrels
218bc0631e feat: enhance and fix documentation 2024-09-27 17:52:26 +02:00
Ben FrantzDale
59f6022bee Add example showing how std::array<T, N> can model the Point concept 2020-07-10 08:59:35 -04:00
Norbert Wenzel
d4bc950146 [doc] Add C++11 std::array point adaptor docs
Copied the documentation entry and example from Boost.Array. Referred
to std::array as "C++11 array container".

Link to new page from
* reference
* quickref
* point concept
2018-01-27 10:52:17 +01:00
Barend Gehrels
7cb0ae96fd Boost.Geometry update copyright -> 2012
[SVN r76390]
2012-01-09 21:56:08 +00:00
Barend Gehrels
d601e255b3 Updated many docs, added many samples
[SVN r71422]
2011-04-22 22:26:38 +00:00
Barend Gehrels
a01c615089 Made copyright notices in libs/geometry consistent
[SVN r70876]
2011-04-02 20:33:14 +00:00
Barend Gehrels
89aed2c3c8 Copied and adapted descriptions for Geometry Concepts
Reverted qbk_begin / qbk_end back to qbk because multi-line IS possible there
Renamed linear_ring to ring
Updated the doxygen_xml2qbk tool

[SVN r68384]
2011-01-23 15:58:04 +00:00
Barend Gehrels
10de005d77 Doc update
[SVN r67532]
2011-01-01 13:11:59 +00:00
Barend Gehrels
cdc7887359 Doc update (integration with full reference matrix, created 2 stubfiles for point/box concepts)
Integrated design rationale


[SVN r67524]
2010-12-31 17:54:01 +00:00