hdk-grid 0.0.1
Header-only foundational library for the Hollow Development Kit.
Loading...
Searching...
No Matches
AABB.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace hdk::grid {
7 template <int N>
8 class AABB {
10 };
11};