NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
aabb.hpp
1
#pragma once
2
3
#include <lib/nw4r/math/vec.hpp>
4
5
namespace
nw4r {
6
namespace
math
{
7
8
/// @brief An axis-aligned bounding box.
9
struct
AABB
{
10
VEC3
minCorner;
11
VEC3
maxCorner;
12
};
13
14
}
// namespace math
15
}
// namespace nw4r
nw4r::math
Math library.
Definition
docgroup.h:16
nw4r::math::AABB
An axis-aligned bounding box.
Definition
aabb.hpp:9
nw4r::math::VEC3
A three-dimensional floating point vector.
Definition
vec.hpp:22
include
lib
nw4r
math
aabb.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2