Commit Graph

5 Commits

Author SHA1 Message Date
ff91d49869 Update copyright date 2024-01-26 16:45:53 +01:00
ce37bc7a53 Again, add more consts 2023-01-16 20:36:07 +01:00
7ba523ba37 Update copyright date to 2023 2023-01-15 16:13:42 +01:00
ec0ce910dc Creating a point geometry_t from a point_t doesn't need move
Because point_t is small and trivially copyable. This makes code a bit
simpler and avoids some warnings from clang-tidy.
2022-10-03 10:38:18 +02:00
4180885504 Add stream output functions for geometry types for debugging
Output is to something very similar to WKT (results might be a bit
different for corner cases like empty linestrings etc.) This is only to
be used for debugging. When tests fail the Catch framework will now
output the geometries properly.
2022-09-28 17:19:06 +02:00