Is there such function in Julia?
Desperately trying to migrate to Julia from MATLAB, but still finding myself dependent on it...
Is there such function in Julia?
Desperately trying to migrate to Julia from MATLAB, but still finding myself dependent on it...
The GeometricalPredicates package has inpolygon
: https://github.com/JuliaGeometry/GeometricalPredicates.jl
The PolygonOps
package does point-in-polygon testing too.
It's more user-friendly, but possibly slower, than GeometricalPredicates
.
(Hat tip: Julia forum.)