Syncaidius / Poly2Tri

2D constrained Delaunay triangulation library - A C# Port of https://github.com/jhasse/poly2tri
Other
11 stars 4 forks source link

Are Steiner points implemented? #1

Open cshipway opened 11 months ago

cshipway commented 11 months ago

Hey there. This is a great tool, thanks for the work on it.

I was wondering if Steiner points are implemented in this port? They appear to be a feature of the Javascript version of Poly2Tri, and I noticed there's even a field for SteinerPoints in the Shape class. However, this field doesn't have any references to it and there doesn't appear to be an intended way to add Steiner points to a shape.

image

Thanks.

Syncaidius commented 11 months ago

That's interesting. I'll have a look at implementing it as soon as I have more free time. Definitely useful!

cshipway commented 11 months ago

Would definitely appreciate it.