Adam Wulkiewicz
Adam Wulkiewicz
Detected for several cases of `sym_difference`, e.g. *difference.cpp* test case `intersect_holes_intersect_and_disjoint` used in the example below: #include #include int main() { namespace bg = boost::geometry; typedef bg::model::point point; typedef bg::model::polygon...
The typedefs for images and pixels using 32-bit and 64-bit floating point channel values are inconsistent. The 32-bit types defined in *boost/gil/typedefs.hpp* uses `boost::gil::scoped_channel_value` while 64-bit types defined in *boost/gil/io/typedefs.hpp*...
Currently it's not possible to visualize the following: ``` struct MyPoint { int x; int y; }; typedef std::shared_ptr MyPointPtr; std::vector ptrs; ```
- Geodesic (1, 2) (G, S) - InfiniteLine (1, 2, 3, 4) (C) - Ray (1, 2, 3) (C) - RhumbLine (2) (G, S) - Segment (1) (C, G, S)...
Add ability to define a user-defined container from another known container or user-defined geometry from another known geometry. Consider a wrapper class containing a container or geometry member or a...
- Computational geometry and GIS - CGAL (https://www.cgal.org/) - GDAL (https://gdal.org/) - GeographicLib (https://geographiclib.sourceforge.io/) (GeodesicLine and RhumbLine) - GEOS (https://trac.osgeo.org/geos/) - PROJ (https://proj.org/) (various Point types) - Wykobi (https://www.wykobi.com/) -...
Alternative mode of left mouse button moving the image instead of setting cropping region.
- y-axis of plot watch - x-axis could be useful too for containers of points - in case of Geometry Watch it's an open question
- plot a subset of elements - plot an array with a given interval, for example, plot a vector data with interval 2 by plotting v[0], v[2], v[4], and so...