jhasse / poly2tri

2D constrained Delaunay triangulation library
BSD 3-Clause "New" or "Revised" License
436 stars 89 forks source link

modify definitions(for more high performance and safety) #1

Closed Giemsa closed 10 years ago

Giemsa commented 10 years ago

Some member functions are called with call by value, in spite of using vector. I altered some method definitions for passing reference of vector, and added const to parameters to use more safely.

jhasse commented 10 years ago

Hi!

Thanks for the pull request, there are some very good changes in there :)

Before I merge this, can you have a look at my comments?

Giemsa commented 10 years ago

Thank you for looking my changes. I fixed some problems. Could you check my changes again?

jhasse commented 10 years ago

Looks good now :)

Thanks!