yk35 / poly2tri

Automatically exported from code.google.com/p/poly2tri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible to add Steiner points in JavaScript version

GoogleCodeExporter opened this issue · comments

Hello,

it is not possible to add Steiner points in JavaScript version (latest version 
from repo).
There is js.poly2tri.SweepContext.prototype.AddHole()
but there is no AddPoint() , like in the C++ version.


Original issue reported on code.google.com by remi.tur...@gmail.com on 13 Mar 2013 at 3:03

I propose a fix here:
https://code.google.com/r/remiturboult-poly2tri-js/source/detail?r=89842a50b4569
10a8699729c5b252bfd4c2e13b3

Original comment by remi.tur...@gmail.com on 13 Mar 2013 at 4:09

Thanks!

Your fixes have been applied :)

Original comment by thahlen@gmail.com on 13 Mar 2013 at 4:49

  • Changed state: Fixed