roliveira / rpoint

A c++ header-only library for points
MIT License
1 stars 0 forks source link

Why limit it to 3D points only? #10

Closed roliveira closed 7 years ago

roliveira commented 7 years ago

I wasn't that interested in anything other than 3D space, but I'm starting to think that I could benefit from some N-D flexibility... Should be simple to modify/extend the methods to handle an array of coordinates x instead of the hard coded x, y, z vector coordinates.

roliveira commented 7 years ago

Closed with #12 .