Vissarion Fisikopoulos

Results 198 comments of Vissarion Fisikopoulos
trafficstars

In the beginning my indention was to have that as a default but some tests in `sym_difference` were failing so I used the `epsilon_equals_policy` as default. Without rescaling maybe the...

> I thought perhaps `detail::wkt::prefix_point` could be a template taking `Point` then it could dispatch based on dimension, `POINT` for 2 or `POINT Z` for 3. > > I think...

@Siddharth-coder13 as an addition to the excellent comments from @mloskot you could also have a look at https://github.com/boostorg/geometry/wiki/Contribution-Tutorial

>Last but not least, I'm not sure where is the best place for this info. Without giving it much thought I'd say that either the \details section (3.) or the...

@tinko92 one last comment, in gsoc project you also included the documentation of the code. Is it going to be in a different PR, or will be left as future...

I also lean towards the policy solution, since it seems possible that some algorithms could be used to sample from other distributions as well. In particular, rejection sampling can be...

> `algorithms_line_interpolate` fails since it was implemented. AFAIU it's a numerical issue. Right @vissarion ? right

I have tried running the case with different number types than `double` and got different results for all the combinations below. Note that the result in the first row (i.e....

Areas may give results that seems correct but the generated geometries does not look correct. In some cases there are missing parts (this is reflected in area computations) but is...

I am testing again this issue with current develop https://github.com/boostorg/geometry/commit/2ee0967344121c71a7e95bae84bf821e98a32cf3 (i.e. after the removal of rescaling and the merging of https://github.com/boostorg/geometry/pull/1010). I am getting the following: float double long double...