Hilbert 3D-space filling curve. More...
Go to the source code of this file.
Functions | |
vector< size_t > | HilbertOrder3D (vector< Vector3D > const &cor) |
Returns the 3D-Hilbert curve ordering. More... | |
Hilbert 3D-space filling curve.
Definition in file HilbertOrder3D.hpp.
vector<size_t> HilbertOrder3D | ( | vector< Vector3D > const & | cor | ) |
Returns the 3D-Hilbert curve ordering.
cor | The points |
Definition at line 433 of file HilbertOrder3D.cpp.