Progress.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
/// @file AABB.hpp
|
||||
/// For complete documentation, see src/AABB.cpp
|
||||
|
||||
namespace hdk::grid {
|
||||
template <int N>
|
||||
class AABB {
|
||||
/// @todo Implement Axis Aligned Bounding Box virtual interface class or remove this file if not needed
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user