snap
This commit is contained in:
parent
40452a009b
commit
fbcace193c
@ -18,6 +18,14 @@
|
||||
#include <functional>
|
||||
|
||||
namespace Volumes {
|
||||
/*
|
||||
* 4--5
|
||||
* | /
|
||||
* 7-+6
|
||||
* 3--2
|
||||
* /
|
||||
* 0--1
|
||||
* */
|
||||
class Block {
|
||||
public:
|
||||
explicit Block(LinAlg::Vector3 arr[8]) {
|
||||
|
Loading…
Reference in New Issue
Block a user