raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
88 stars 23 forks source link

Consolidate / restructure 2D polygon tools #242

Open mattngc opened 6 years ago

mattngc commented 6 years ago

I noticed that there are a number of 2D polygon functions in raysect.core.math.cython.utility.pyx such as winding2d() and point_inside_polygon(). Perhaps these would be better located in the raysect.core.math.polygon.pyx package?