Christoph Ortner

Results 284 comments of Christoph Ortner

I see - so it’s can’t really search through algebraically equivalent ways to write it. Is there a different package that does?

I get a similar result: ``` julia using ThreeJS outerdiv()

sounds great if it can be done. `map(i->next(x, i)[2], T)` generates an array again, though. Does the fact that `tuple` doesn't take a generator as an argument indicate this may...

that would actually be fine for me

just leaving a comment so I get an update. (FYI, This is one of the issues why I don't use VoronoiDelaunay yet.)

@tlycken if you need a temporary replacement, have a look at [fem.jl](https://github.com/cortner/LujiaLt/blob/master/src/fem.jl) My memory is this is just a Qhull wrapper. I am hoping to replace this eventually with `VoronoiDelaunay`

Can I just confirm something: when I create a tessellation and then plot it, the reason what I see is not convex are the virtual points at the corners?

@skariel i am pretty sure the Union of triangles should be the convex hull of the vertices. I can attach a figure later.

@skariel I can only imagine that we are having a clash of terminology, you are probably referring to the set of edges, whereas I am referring to the union of...