Menelaos Karavelas
fbc568ed51
[strategies][transform] replace constants r2d and d2r by corresponding free functions;
...
to do so, make sure that the type passed to r2d<>() and d2r<>() is promoted to a
floating point number
2015-05-08 12:21:35 +03:00
Menelaos Karavelas
30f980519f
[core][radian access] replace use of constants d2r and r2d by the corresponding free functions
2015-05-08 12:19:18 +03:00
Menelaos Karavelas
1deb1e2097
[util][math] replace constants d2r and r2d by free functions
2015-05-08 12:17:38 +03:00
Menelaos Karavelas
fad1ce69f0
[extensions][ttmath] add missing mathematical functions for ttmath_big
...
and specialize detail::math::equals for ttmath_big and ttmath::Big<E, M>
2015-05-07 14:00:10 +03:00
Menelaos Karavelas
6661fadf7e
[core][radian access] modify implementation of degree_radian_converter
...
to use conversion constants that are consistent with the coordinate type
of the geometry
2015-05-06 12:50:22 +03:00
Adam Wulkiewicz
654452da2f
Merge pull request #291 from mkaravel/doc/update_release_notes
...
Doc: update release notes for 1.59
2015-05-06 10:18:21 +02:00
Menelaos Karavelas
f07b245ebb
[doc][release notes] add new functionality:
...
intersection(pointlike, linear) and difference(pointlike, linear)
in release notes for 1.59
2015-05-06 11:08:33 +03:00
Barend Gehrels
9ca4930e6c
[projections] fix gn_sinu, remove ellipsoid models for all but sinu
...
because they are marked as invalid and indeed do not work correctly
2015-05-05 20:37:25 +02:00
Barend Gehrels
50ac56e885
[projections] stere, tmerc: ordered differently (alphabetically per derived projection)
2015-05-05 20:13:18 +02:00
Barend Gehrels
1a1304188c
[projections][minor] added whiteline in generation
2015-05-05 20:12:08 +02:00
Barend Gehrels
23d6464615
[projections] aeqd (guam): change in conditions
2015-05-05 20:11:38 +02:00
Barend Gehrels
45903815e7
[test] add extra test for side_of_intersection
2015-05-05 16:47:04 +02:00
Barend Gehrels
d460ae8eb8
[buffer] enable side_of_intersection approach by default
2015-05-05 16:43:59 +02:00
Barend Gehrels
ff1f2ab05c
[buffer][test] by default turn off labels for within turns
2015-05-05 16:43:23 +02:00
Barend Gehrels
d7a25934c3
[buffer][test] exclude case q2 for new approach.
...
As mailed to Adam: "But that is not related to the new method
- it is only by chance that it now fails and earlier succeeded.
This is a known problem which I still need to solve:
if two IP's are exactly on top of each other,
where a u/u turn is also involved, it can fail
(depending on sort-order, so depending on configuration)."
2015-05-05 16:42:57 +02:00
Barend Gehrels
c5ef4f912d
[buffer][fix] fix errors in multi_point cases
...
by using side_of_intersection in point_piece
2015-05-05 16:01:08 +02:00
Barend Gehrels
01d324288b
[buffer][test] add option to buffer per turn
...
also some other related changes in svg creation
2015-05-05 15:59:31 +02:00
Barend Gehrels
73394e99eb
[buffer][test] use round points for multi_points (not relevant besides
...
creating the rescale policy and svgs)
2015-05-05 15:57:44 +02:00
Barend Gehrels
df329d8c44
[buffer][test] extract svg code from test_buffer into test_buffer_svg
2015-05-05 15:56:46 +02:00
Barend Gehrels
034a5461f0
Merge branch 'develop' into feature/buffer
2015-05-05 10:08:49 +02:00
Barend Gehrels
80da683b77
[projections] (fix in generation) enable dynamic entries of stere,tmerc
2015-05-04 22:51:25 +02:00
Menelaos Karavelas
e8f82e62ea
[util][spheroid] add utilities for converting points and boxes on the spheroid
...
from one unit type to another
2015-05-04 11:10:22 +03:00
Menelaos Karavelas
f224dcc4e6
[algorithms][envelope] add new dispatch struct for envelope algorithm
2015-05-04 11:09:22 +03:00
Menelaos Karavelas
2682c8a370
[algorithms][envelope] fix error in implementation for envelope(ring, mbr)
2015-05-04 11:08:25 +03:00
Menelaos Karavelas
d5522eaa14
[test][algorithms][maximum gap] add unit test for maximum gap algorithms for intervals
2015-05-04 11:07:45 +03:00
Menelaos Karavelas
5525a492a3
[test][algorithms][envelope][expand] include unit new tests for envelope and
...
expand in Jamfile
2015-05-04 10:27:22 +03:00
Menelaos Karavelas
1220769086
[test][algorithms][envelope][spherical] add unit test for envelope(geometry, mbr)
...
for geometries in the spherical equatorial coordinate system
2015-05-04 10:26:30 +03:00
Menelaos Karavelas
5c58f2e767
[test][algorithms][expand][spherical] add unit test for expand(box, geometry)
...
for boxes and geometries in the spherical equatorial coordinate system
2015-05-04 10:26:17 +03:00
Menelaos Karavelas
11cb594c19
[algorithms][envelope] when checking intersection with antimeridian, consider
...
only segments with longitude range strictly less than pi
2015-05-04 10:21:15 +03:00
Menelaos Karavelas
feb780facc
[algorithms][buffer] update call to detail: ✉️ :envelope_range<>() following
...
the new implementation for envelope
2015-05-04 10:19:27 +03:00
Menelaos Karavelas
f7f9265682
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/envelope_and_expand_for_spherical_cs
2015-05-04 10:18:26 +03:00
Menelaos Karavelas
bb18c201c9
[algorithms][envelope] restore generic implementation for rings (until the implementation
...
is finished for the spherical equatorial coordinate system)
2015-05-04 10:12:16 +03:00
Menelaos Karavelas
4ce9883a25
[algorithms][expand] re-arrange implementation of the expand algorithm
2015-05-04 10:10:49 +03:00
Menelaos Karavelas
b34f620bc5
[algorithms][expand] move implementation for expand(box, box) to separate file
...
and add implementation for expand(box, box) in the spherical equatorial and
geographic coordinate systems
2015-05-04 10:09:05 +03:00
Menelaos Karavelas
b2ab23c8bc
[algorithms][expand] move implementation for expand(box, segment) to separate
...
file and implement expand(box, segment) for segments in the spherical
equatorial coordinate system (by reducing to expand(box, box))
2015-05-04 10:06:46 +03:00
Menelaos Karavelas
4041f20114
[algorithms][expand] move implementation for indexed geometries to separate file
2015-05-04 10:06:20 +03:00
Menelaos Karavelas
4a66958b67
[algorithms][expand] move implementation for expand(box, point) to separate file
...
and add implementation for expand(box, point) for spherical equatorial and geographic
coordinate systems
2015-05-04 09:46:26 +03:00
Menelaos Karavelas
c196ef213c
[algorithms][expand] re-implement dispatch struct for expand algorithm and
...
move it to algorithms/dispatch directory
2015-05-04 09:42:28 +03:00
Barend Gehrels
5e54fbc510
Merge branch 'develop' of github.com:boostorg/geometry into develop
2015-05-02 20:55:50 +02:00
Barend Gehrels
b126341d00
[projections] changes in generation, remove redundant empty preceding/trailing lines
2015-05-02 20:55:12 +02:00
Barend Gehrels
b7eb50c9ec
[projections] add new projection igh from proj 4.9.1
...
including unit test in a new unit test using combined projections
2015-05-02 20:54:22 +02:00
Barend Gehrels
9befaa94e4
[projections] re-add empty lines where in original
...
This makes it closer to original
2015-05-02 20:37:37 +02:00
Barend Gehrels
9d6eb2befa
[projections] changes in generation, remove commented fwd/inv/fac
2015-05-02 20:35:56 +02:00
Barend Gehrels
bf623b5d7c
[projections] changes in generation - avoid splitting lines
2015-05-02 20:20:54 +02:00
Adam Wulkiewicz
178b0050d7
Merge pull request #257 from mkaravel/feature/set_ops_pointlike_linear
...
New feature: intersection and difference for pointlike/linear geometries
2015-05-02 04:05:18 +02:00
Adam Wulkiewicz
8ad46080d5
Merge branch 'feature/relate' of github.com:awulkiew/geometry into feature/relate
...
Conflicts:
doc/reference/algorithms/relate.qbk
doc/reference/algorithms/relation.qbk
2015-05-01 17:45:08 +02:00
Adam Wulkiewicz
c3e9727247
[test][relate] Add the tests for run-time mask.
2015-05-01 17:28:28 +02:00
Adam Wulkiewicz
cb494c9a16
[relate] Fix run-time mask ctor taking a string and add another one.
...
The fix - prevent overflow.
New ctor taking zero-terminated string.
Furthermore add doxygen documentation for the matrix member functions.
2015-05-01 17:23:58 +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
282839501d
[doc] Add documentation and examples for relate() and relation() functions.
2015-05-01 03:05:48 +02:00