Not possible to add Steiner points in JavaScript version
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
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
GoogleCodeExporter commented
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
GoogleCodeExporter commented
Thanks!
Your fixes have been applied :)
Original comment by thahlen@gmail.com
on 13 Mar 2013 at 4:49
- Changed state: Fixed