GeometricalPredicates.jl icon indicating copy to clipboard operation
GeometricalPredicates.jl copied to clipboard

Fast and robust 2D & 3D incircle/intriangle/etc. for Julia

Results 6 GeometricalPredicates.jl issues
Sort by recently updated
recently updated
newest added

I understand the reasoning for the 1.0

It would make it a lot easier to integrate this with plotting packages.

The following code incorrectly returns `2`, which according to the documentation means that the point is in the triangle: ``` using GeometricalPredicates a = Point(1.1, 1.1) b = Point(1.1,1.3) c...

Dear all, I just want to ask a simple question that if I want to check many points in one given triangle, what is the best way to implement it?...

So for e.g. line could be immutable primitive. Currently it is not a primitive. Or maybe line should be made mutable?

removal of _sz from primitives cause coverage drop to 95%