Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library Improvements #11

Open
GoogleCodeExporter opened this issue May 3, 2015 · 0 comments
Open

Library Improvements #11

GoogleCodeExporter opened this issue May 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant