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

noer::point should behave as boost::numeric::ublas::vector #10

Open
agate-pris opened this issue Jan 28, 2016 · 0 comments
Open

noer::point should behave as boost::numeric::ublas::vector #10

agate-pris opened this issue Jan 28, 2016 · 0 comments

Comments

@agate-pris
Copy link
Owner

noer::point is wrapper class for boost::numeric::ublas::vector to adapt Boost.Geometry.
It contains vector as member variable.

noer::point may inherit vector because it enable to behave as vector . In many cases, it is very userful.

For example, operator() , operator[] is nice and operator += can apply to returned value of it. boost::geometry::get and set is generic but verbose when simply return member variable.

Carefully make constructors.

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

No branches or pull requests

1 participant