From eb97ceef955fa1c5e3794c74fc9894fda1ce6f21 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 2 Jun 2026 18:15:13 +0200 Subject: Doing aabb computations --- lib/core/c++/chunk.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/core/c++/chunk.hpp') 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& neighbour_at(const data>& index) const { + } + */ + static constexpr auto get_dims(){ return data,Encode>{{Sides...}}; } -- cgit v1.2.3