- Jul 09, 2015
-
-
Dmitri Naumov authored
Generalized interfaces to avoid temporaries.
-
Tom Fischer authored
Point3d is the base of all OGS point classes.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
The more general interfaces prevent some implicit conversions with potential insecure constructor.
-
Dmitri Naumov authored
Improve TemplatePoint::setCoords()
-
Lars Bilke authored
Improve point type constructors
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Using the removed constructor was insecure because there was neither a compile time check nor a run time check if the size of the C array holds enough data.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Cleanup
-
- Jul 08, 2015
-
-
Dmitri Naumov authored
Using other Point constructors
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
[GL] Fix bug in lineSegmentIntersect.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Using std::array-constructor version of Point3dWithID, which is the base class of Node.
-
Tom Fischer authored
[A] Initialize lis.
-
- Jul 07, 2015
-
-
Dmitri Naumov authored
-
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.
-
Tom Fischer authored
-
Tom Fischer authored
[NL] Fix possible alignment issues with eigen.
-
Tom Fischer authored
Fix memory leaks in tests
-
Tom Fischer authored
Fix memory leaks geo lib tests
-