This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 28, 2021
-
-
Karsten Rink authored
more optimisations, range loops, typos, etc.
-
Karsten Rink authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
The length was used only internaly and can be computed on the fly. This makes the cumbersome and errorprone update of the length unnecessary.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
This allows to use MeshLib::Node and GL::Point in the changed methods.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 25, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 24, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 18, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Using Eigen::Vector3d allows some nice shortening of the code.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
- access the minimal / maximal point of the AABB via public interface functions. - Using auto for minimal / maximal point to get independent from the point type.
-
Tom Fischer authored
- don't modify the bounding box in SurfaceGrid - access the minimal / maximal point of the AABB via public interface functions. - Using auto for minimal / maximal point to get independent from the point type.
-