Commit Graph

40 Commits

Author SHA1 Message Date
Andriy Sydorchuk
af2110bde1 Fix GPC link in analysis.htm 2019-05-05 14:09:10 +02:00
Artem Amirkhanov
8590a139f2
Fix mistakes in voronoi_diagram.htm
Fix signatures of two voronoi vertex methods:
    - const point_type& x() const => const coordinate_type& x() const
    - const point_type& y() const => const coordinate_type& y() const
2018-09-13 15:21:36 +02:00
Edward Diener
9e8d52e3c0 Remove executable attribute from file. 2017-09-17 16:17:51 -04:00
Andrii Sydorchuk
e48c40fa13 [Polygon] Fix issues #10843 (clars to docs on VD restrictions) 2014-12-17 21:32:50 +01:00
Andrii Sydorchuk
9b3ff99a3e [Polygon] Documentation fixes related to ticket #8026. 2014-05-03 22:55:08 +02:00
Andrii Sydorchuk
4419b92cc3 Polygon: correcting glitches in the documentation.
[SVN r86190]
2013-10-07 00:24:26 +00:00
Andrii Sydorchuk
ef93224144 Polygon: rerunning benchmarks; updating benchmark documentation pages.
[SVN r86189]
2013-10-06 23:59:52 +00:00
Andrii Sydorchuk
3020c364d1 Polygon: updating documentation with the recently added polygon decomposition for polygon_90_set_data.get method.
[SVN r85062]
2013-07-17 20:58:28 +00:00
Andrii Sydorchuk
414f72bea3 Polygon: Updating Voronoi documentation. Removing documentation for Voronoi predicates and robust fpt, as description is too general.
[SVN r83804]
2013-04-07 23:23:46 +00:00
Andrii Sydorchuk
38d9013fd3 Polygon: Improving documentation. Updated Voronoi Main/Builder/Diagram pages.
[SVN r83803]
2013-04-07 23:09:31 +00:00
Andrii Sydorchuk
452b8b5619 Polygon: updated Voronoi Main documentation page.
[SVN r83513]
2013-03-21 23:08:57 +00:00
Andrii Sydorchuk
4f5108d143 Polygon: fixing ticket #8026 (Documentation for point concept is missing a typedef).
[SVN r83350]
2013-03-07 22:11:40 +00:00
Andrii Sydorchuk
7a2ee5b963 Polygon: cleaning trunk for the new changes.
[SVN r83340]
2013-03-06 23:13:09 +00:00
Andrii Sydorchuk
23d0873703 Polygon: preparing trunk for the release with merge.
[SVN r82039]
2012-12-16 23:04:23 +00:00
Andrii Sydorchuk
2355b3355c Polygon: refactoring point data/traits/concept; adding point data/traits/concept unit test; updating documentation.
[SVN r81006]
2012-10-17 20:39:00 +00:00
Andrii Sydorchuk
e1bae84457 Polygon: adding straight skeleton functor to compute intersection event parameters.
[SVN r80564]
2012-09-17 21:12:40 +00:00
Andrii Sydorchuk
277a6ce325 Polygon: Final style fixes & layout fixes before merging with release branch.
[SVN r80538]
2012-09-16 11:10:49 +00:00
Andrii Sydorchuk
3c211df846 Polygon: Updating segment utils.
[SVN r80534]
2012-09-15 19:38:03 +00:00
Andrii Sydorchuk
5ef1c4c822 Polygon: Removing redundant comments; Updating voronoi_diagram source/documentation.
[SVN r80506]
2012-09-12 19:00:40 +00:00
Luke Simonson
423d88ca09 fixed typos
[SVN r80495]
2012-09-11 21:42:03 +00:00
Luke Simonson
1e2088149f added segment utils to support preprocessing of line segment data to satisfy voronoi diagram precondition
[SVN r80494]
2012-09-11 21:30:03 +00:00
Andrii Sydorchuk
00116e5e36 Polygon: Making function names bold in the documentation; Updating voronoi.hpp routines; Updating documentation.
[SVN r80493]
2012-09-11 18:58:03 +00:00
Luke Simonson
18f38073df fixed typo
[SVN r80488]
2012-09-10 21:39:39 +00:00
Luke Simonson
6f7a42227a make function names bold in documentation of orientation test
[SVN r80486]
2012-09-10 21:20:38 +00:00
Andrii Sydorchuk
56a65319ca Polygon: cleaning documentation links and files using Boost inspect util.
[SVN r80484]
2012-09-10 21:03:17 +00:00
Andrii Sydorchuk
bef52a9b3b Polygon: Updating Voronoi diagram page documentation. Updating Voronoi basic tutorial.
[SVN r80482]
2012-09-10 20:39:16 +00:00
Andrii Sydorchuk
61734ab2b3 Polygon: Updating documentation before the release. Removed voronoi_utils documentation page.
[SVN r80481]
2012-09-10 18:42:14 +00:00
Andrii Sydorchuk
59a143151d Polygon: udpating Voronoi builder documentation.
[SVN r78932]
2012-06-13 20:21:09 +00:00
Andrii Sydorchuk
b8b93d63ba Polygon: removed data member from Voronoi primitives; added color member instead; removed size template parameter from the extended_int class methods.
[SVN r78710]
2012-05-28 10:23:43 +00:00
Andrii Sydorchuk
aae3dc5128 Polygon: fixing broken links in the documentation.
[SVN r78418]
2012-05-10 23:20:44 +00:00
Andrii Sydorchuk
1868431b25 Polygon: fixing Boost.Inspect documentation errors.
[SVN r78417]
2012-05-10 23:02:46 +00:00
Andrii Sydorchuk
7e43578ac0 Polygon: fixing Voronoi benchmark image links.
[SVN r78415]
2012-05-10 21:51:52 +00:00
Andrii Sydorchuk
97d05a4194 Polygon: updating documentation.
[SVN r78414]
2012-05-10 21:45:11 +00:00
Luke Simonson
0f8ef1e780 added simplify algorithm documentation
[SVN r70728]
2011-03-29 23:53:33 +00:00
Luke Simonson
e2ef0ce717 removed reference to 45-degree booleans optimization
[SVN r69616]
2011-03-07 01:31:09 +00:00
Luke Simonson
92af2cb1fc cleanup of html
[SVN r63252]
2010-06-22 22:03:20 +00:00
Luke Simonson
a87e7ff99e fix remaining inspect errors in docs
[SVN r62946]
2010-06-14 18:39:13 +00:00
Luke Simonson
3f7012665b fixing documentation inspection errors related to presentation
[SVN r62810]
2010-06-11 18:52:22 +00:00
Luke Simonson
cee8a0081c initial merge to trunk
[SVN r62302]
2010-05-28 17:19:36 +00:00
Luke Simonson
46e399eb59 initial merge to trunk
[SVN r62301]
2010-05-28 17:17:22 +00:00