diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-02 18:15:13 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-02 18:15:13 +0200 |
| commit | eb97ceef955fa1c5e3794c74fc9894fda1ce6f21 (patch) | |
| tree | f508d08dcb9d61d716bedb0b17371ab9fac82e9e /lib/core/c++/chunk.hpp | |
| parent | da25b3a1e7776a810d3bda5af3f363cf3e986cae (diff) | |
| download | libs-lbm-eb97ceef955fa1c5e3794c74fc9894fda1ce6f21.tar.gz | |
Doing aabb computations
Diffstat (limited to 'lib/core/c++/chunk.hpp')
| -rw-r--r-- | lib/core/c++/chunk.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index 0f92437..635af91 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -77,6 +77,11 @@ public: return values_.at(ind); } + /* + const data<ValueSchema, Encode>& neighbour_at(const data<schema::FixedArray<schema::UInt64,sizeof...(Sides)>>& index) const { + } + */ + static constexpr auto get_dims(){ return data<schema::FixedArray<schema::UInt64, sizeof...(Sides)>,Encode>{{Sides...}}; } |
