JuliaGeometry / GeometricalPredicates.jl

Fast and robust 2D & 3D incircle/intriangle/etc. for Julia
Other
57 stars 14 forks source link

added 2D simple polygons #11

Closed bjarthur closed 8 years ago

bjarthur commented 8 years ago

i needed this for myself and thought i'd share with others. it adds support for polygons of non-intersecting lines, and a predicate to test whether a point is inside. the latter is limited to convex polygons.

skariel commented 8 years ago

Thanks, that's some good functionality!