- Jan 13, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Mar 04, 2019
-
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Feb 19, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
There is no requirement for the GeoLib::Point: - id is not used - name of the geo-object is not used.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The predicate is correct but slower than the homegrown solution.
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jul 27, 2017
-
-
Tom Fischer authored
-
- Jun 01, 2017
-
-
Dmitri Naumov authored
See clang-tidy docu https://clang.llvm.org/extra/clang-tidy/checks/readability-simplify-boolean-expr.html
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 22, 2017
-
-
Dmitri Naumov authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
Especially on iterator types and 'new' allocations.
-
- Jan 09, 2017
-
-
- Aug 17, 2016
-
-
Dmitri Naumov authored
Also slightly clean up the surroundings.
-
- Jun 21, 2016
-
-
Dmitri Naumov authored
-
- Jun 14, 2016
-
-
Norihiro Watanabe authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 23, 2016
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Apr 28, 2016
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Mar 16, 2016
-
-
Tom Fischer authored
-
- Mar 08, 2016
-
-
Tom Fischer authored
In that code setion it is already checked that the line segments (a,b) and (c,d) are parallel. At this point it is also known that the line segment (a,c) is also parallel to (a,b). In that case it is possible to express c as c(t) = a + t * (b-a) (analog for the point d). Since the evaluation of all three coordinate equations (x,y,z) have to lead to the same solution for the parameter t it is sufficient to compute t only once. Before the computation of the parameter was only performed for the x coordinate equation. If the line segment are perpendicular to the x-axis this leads to problems. The changes at hand treat this case.
-
Tom Fischer authored
The condition in the comment above the changed lines was not correct checked.
-
- Mar 01, 2016
-
-
Christoph Lehmann authored
-
- Feb 12, 2016
-
-