Getting all the points within boost polygon

442 views Asked by At

I want to get all the points(with integer valued indices) within the boundary of a polygon. There is an API function to query if the point is inside a polygon but I want to get the list of all the points. Is there any API functionality in boost library to do this?

Polygons are defined by vertices but there are several well know methods such as flood fill or scan line technique to get interior points of the polygon. However, I couldn't find any implementation of these methods in boost.

0

There are 0 answers