Adam Wulkiewicz
28559c042e
Merge pull request #670 from sudo-panda/feature/symmetric-wkt
...
Symmetrizing read/write wkt
2021-03-03 14:06:08 +01:00
Barend Gehrels
fc154b8d89
[svg] changes newly added scale function in a constructor parameter, and allows to write
...
to svg immediately after constructor
2021-03-03 10:54:34 +01:00
Barend Gehrels
0ea96e1bbf
Merge pull request #774 from barendgehrels/enhance/svg
...
[svg] Add scale function and examples of it
2021-02-19 10:43:17 +01:00
Adam Wulkiewicz
c267547e2e
[doc] Add documentation for azimuth() algorithm.
2021-01-20 02:49:40 +01:00
sudo-panda
0839e314d3
[ex][io][wkt] modify ex to show adv of from_wkt
2020-12-03 17:07:03 +05:30
Baidyanath Kundu
1d32d87790
[ex][io][wkt] mordernize the example
...
Using alias-declaration instead of typedef
2020-12-03 17:07:03 +05:30
sudo-panda
3b08f8cbd0
[doc] add copyright information
2020-12-03 17:07:03 +05:30
sudo-panda
6bf00d4c11
[doc][io] remove set precision example in wkt
2020-12-03 17:07:03 +05:30
sudo-panda
44c342cd8e
[doc][io][wkt] minor changes and bug fixes
2020-12-03 17:07:03 +05:30
sudo-panda
cfd58ad889
[ex][io][wkt] add significant_digits example
...
- Add example demonstrating use of `significant_digits` in `to_wkt`
- Add example demonstrating use of `significant_digits` in `wkt`
- Add parameter documentation
2020-12-03 17:07:03 +05:30
sudo-panda
d9c8ff3cc2
[doc][io][wkt] fix bugs in index.html and example file
...
- Restored index.html back
- Declared variables first and then used in example for from_wkt
2020-12-03 17:07:03 +05:30
sudo-panda
6c10e7a647
[doc][io][wkt] add docs for to_wkt and from_wkt
2020-12-03 17:07:03 +05:30
Barend Gehrels
1c06875105
[svg] Add scale function and examples of it
2020-11-12 14:34:47 +01:00
Barend Gehrels
45d624af9b
[cleanup] remove HAVE_TTMATH and other occurances of ttmath
2020-10-07 14:05:28 +02:00
Adam Wulkiewicz
d1a31bf552
[doc] Fix long file names in reference by setting qbk section id.
2020-07-17 00:09:28 +02:00
Aditya Mohan
a4f08ea191
Add cross_product example to documentation ( #665 )
...
* Cross_Product Example
* Update cross_product
- Removes the first empty line
- Uses doxygen commands
- Adds result at the end as comments
- Mentions that the second point is undefined in Example 1
* Update Cross_Product
- Added a missing `
* Update imports.qbk
- Adds [import src/examples/arithmetic/cross_product.cpp]
* Create cross_product.qbk
* Update cross_product.hpp
Refers cross_product example
* Delete cross_product.qbk
Uneccessary
* Update
Deletes .qbk reference
* Update make_qbk.py
* Rename cross_product to cross_product.cpp
* Update
-Shifts example reference to line 115-116
Co-authored-by: Vissarion Fisikopoulos <fisikop@gmail.com >
2020-03-16 15:43:25 +02:00
Aditya Mohan
664f984bca
Add dot_product example to documentation ( #660 )
...
* A dot_product example for the documentation
Proposed above is the example of a dot product arithmetic operation involving different point concepts as operands. This aims to aid the user in understanding the concept more clearly when the user goes through the documentation.
* Update
- Indent by 4 spaces as per Boost's developer's guidelines for code
- Add appropriate copyright at the beginning of the file
* Update dot_product
- Adds Doxygen commands
- Added comment indicating example number
* Create dot_product.cpp
* Update imports.qbk
-Adds reference to example
* Update dot_product.hpp
-Adds reference to example
* Delete dot_product
Closes #658
2020-03-16 14:58:51 +02:00
Mateusz Łoskot
96db897fc5
Rename Jamfile.v2 to Jamfile ( #679 )
...
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
2020-03-08 23:50:18 +01:00
Mateusz Łoskot
64de5b9edf
Add point_xyz as pre-defined geometry model ( #671 )
...
Add documentation, example and test for point_xyz.
2020-03-04 23:18:16 +01:00
Mateusz Łoskot
53a6ada73c
Fix quickbook template redefinition in algorithm examples
...
Correct example comment (copy/paste error).
Fixes issue introduced in #667
2020-03-02 23:11:29 +01:00
Digvijay Janartha
60405cef79
[doc] Added missing algorithm examples in documentation. ( #667 )
...
* added perimeter documentation
* added overlaps documentation
* added covered_by documentation
* added disjoint documentation
* added crosses documentation
* added touches documentation
* fixed typos
* added examples with images to documentation
* completed linking process
* fixed year
2020-02-13 13:12:04 +02:00
Vissarion Fisikopoulos
1c0f3e398a
Merge branch 'develop' into feature/line_interpolate_point_2
2019-02-27 15:13:37 +02:00
Vissarion Fysikopoulos
03036b4b62
[algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate
2019-02-19 16:32:22 +02:00
Vissarion Fysikopoulos
4646d12521
Merge remote-tracking branch 'origin/develop' into feature/line_interpolate_point_2
2019-02-15 15:54:29 +02:00
Barend Gehrels
c46e4625a7
[buffer] rename strategy (review result)
2019-02-13 11:44:13 +01:00
Barend Gehrels
6ea11b3f58
[doc] Add documentation for new point_circle_geographic strategy
2019-01-16 11:55:56 +01:00
Jared Jensen
4e9fac9eb7
Fix Segment View doc: Wrong output
2019-01-02 23:10:44 +00:00
Vissarion Fysikopoulos
87dfbe07a8
[doc] Line interpolate point algorithm and strategies
2018-10-26 17:03:24 +03:00
Mateusz Łoskot
f2d5fae490
Replace boost::ignore_unused_variable_warning with boost::ignore_unused
...
The former is provided by Boost.ConceptCheck.
The latter is an improved equivalent provided by Boost.Core.
Related to #513
2018-10-12 15:16:46 +02:00
Adam Wulkiewicz
4d34bb7fae
[doc] Add examples for similarity algorithms with strategies.
2018-09-15 02:18:41 +02:00
Adam Wulkiewicz
5074cc2a02
[doc][examples] Refactor similarity algorithms examples.
2018-09-15 00:43:47 +02:00
Yaghyavardhan singh khangarot
5aa539d58e
Updated
2018-08-16 02:10:38 +05:30
Yaghyavardhan singh khangarot
a8ae2a99af
[doc][similarity] Updated Examples
2018-08-15 18:21:54 +05:30
Yaghyavardhan singh khangarot
50ca27ebb9
[doc][similarity] Updated documentation for the similarity algorithms
2018-08-12 05:07:16 +05:30
Yaghyavardhan singh khangarot
fc0f5525ae
[doc][similarity] Add documentation for algorithm for finding similarity between geometries
2018-08-06 05:41:12 +05:30
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
Adam Wulkiewicz
20a83095a0
[doc][area] Add documentation for geographic strategy and improve example (use strategies).
2018-01-16 15:22:52 +01:00
Adam Wulkiewicz
5f19586ef6
[doc][densify] Add examples.
2018-01-15 19:46:55 +01:00
Adam Wulkiewicz
aff16c1615
[doc][src] Fix compilation errors (lack of include, conflicts with QVM).
2017-03-05 19:42:00 +01:00
Rene Rivera
8fd224ced7
Fix install copy on Windows.
...
We need to normalize distdir path before rooting against current dir as that only works if both paths are normalized.
2016-02-23 21:29:27 -06:00
Rene Rivera
6929cab9a3
Adjust building so that we can override build/install locations for CI building.
2015-12-14 14:43:12 -06:00
barendgehrels
4ab0cdc442
[doc] update buffer doc
2015-07-01 12:39:15 +02:00
Menelaos Karavelas
bd6cc0e5d3
[doc][algorithms][is_empty] add documentation for is_empty algorithm
2015-06-03 01:08:33 +03:00
Adam Wulkiewicz
2c3ad250e0
[doc] Small changes - indentation in Doxyfile and copyright in example.
2015-05-13 17:51:17 +02:00
Adam Wulkiewicz
45dc5fd0e4
[doc] Add documentation and examples for relate() and relation() algorithms.
...
Add also documentation for DE-9IM classes.
2015-05-01 16:49:11 +02:00
Adam Wulkiewicz
ff67f4a6d0
[doc][geometries] Small fixes in examples of models.
...
Add mising #ifdef conditions enabling the example of std::initializer_list
support.
Remove unneeded semicolons from comments.
Add missing QBK import (point_xy).
2015-04-10 00:20:15 +02:00
Adam Wulkiewicz
716e6e656a
[doc][geometries] Add examples (cpp and qbk files) for all models.
2015-04-09 23:38:31 +02:00
Adam Wulkiewicz
877c6686a1
[doc][geometries] Restore the example for class-specific get/set of model::point.
2015-04-09 21:49:14 +02:00
Adam Wulkiewicz
c8d97f0528
[doc][geometries] Add example for model::box.
2015-04-09 21:48:06 +02:00
Adam Wulkiewicz
55fd4261f5
[doc][geometries] Simplify the point example (mention only bg::get<> and bg::set<>).
2015-04-09 17:50:53 +02:00