This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 14, 2016
-
-
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
-
-
- Feb 09, 2016
-
-
Dmitri Naumov authored
-
- Jan 19, 2016
-
-
Tom Fischer authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Aug 18, 2015
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Jul 27, 2015
-
-
Tom Fischer authored
-
- Jul 17, 2015
-
-
Dmitri Naumov authored
many are superfluous, some could be turned into fwd decls, some wrongly documented.
-
- Jul 09, 2015
-
-
Tom Fischer authored
-
- Jul 07, 2015
-
-
Tom Fischer authored
The special case where the line segments (a,b) and (c,d) are parallel but are not located at the same straight line was not handled properly. This led to a singular matrix and to a not a number solution. This commit fixes the handling of the special case.
-
- Jun 25, 2015
-
-
Tom Fischer authored
-
- Jun 18, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 28, 2015
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Apr 28, 2015
-
-
Tom Fischer authored
If two line segments are parallel, but do not intersect each other is handled now correct.
-
- Apr 24, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Feb 24, 2015
-
-
Tom Fischer authored
-
- Jan 27, 2015
-
-
Tom Fischer authored
-
- Jan 22, 2015
-
-
Tom Fischer authored
In case the normal is already parallel to z axis the previous algorithm failed.
-
- Jan 21, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-