From fbcace193c4a55136965431a123dd0a67b1f0561 Mon Sep 17 00:00:00 2001 From: Karl-Wilfried Zimmer Date: Sun, 25 Aug 2024 17:50:56 +0200 Subject: [PATCH] snap --- include/Volumes/block.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/Volumes/block.h b/include/Volumes/block.h index c97232c..81a41dc 100644 --- a/include/Volumes/block.h +++ b/include/Volumes/block.h @@ -18,6 +18,14 @@ #include namespace Volumes { + /* + * 4--5 + * | / + * 7-+6 + * 3--2 + * / + * 0--1 + * */ class Block { public: explicit Block(LinAlg::Vector3 arr[8]) {