Provide line and ray types #1386
Replies: 2 comments
-
Moved from Issue to Idea. |
Beta Was this translation helpful? Give feedback.
-
This raises some questions about the intended scope of Boost.Geometry and the delineation to Boost.Polygon which has Voronoi diagrams and adaptors to Boost.Geometry (but no rays and lines and I don't know how maintained it is). The main development certainly seems motivated by GIS applications and the types cover OGC Simple Features, which do not include rays and infinite lines. Having said that, I used it for ECAD applications. It would bring up some other questions as well, e.g. what is a ray in geographic coordinates and what is a the WKT representation of a line and a ray. |
Beta Was this translation helpful? Give feedback.
-
Many geometric algorithms use a "line sweep" or "plane sweep" or a rotating "ray sweep". Eg. often used in polygon trapezoidation, Voronoi, visibility graph.
Please provide these two data types:
and intersection algorithms for them.
Beta Was this translation helpful? Give feedback.
All reactions