You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very helpful library, thank you.
However there are a few things that could be improved:
a) Return the triangulated surface either using an index buffer or iterators,
not by copying the points.
b) Use iterators as function parameters to allow the user to also use other
containers than std::list.
c) Maybe (I am unsure if this is possible), use template programming to accept
several types of input points. There are many libraries which provide some sort
of 2D vector (double or float), whose access patterns are very similar (e.g.
vec.x or vec.x()). Maybe these can be generalized so that you don't need to do
type conversions.
Original issue reported on code.google.com by [email protected] on 16 Dec 2014 at 3:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Dec 2014 at 3:50The text was updated successfully, but these errors were encountered: