NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::math::AABB Struct Reference

#include <lib/nw4r/math/aabb.hpp>

Description

An axis-aligned bounding box.

Definition at line 9 of file aabb.hpp.

Public Attributes

VEC3 minCorner
 
VEC3 maxCorner
 

Member Data Documentation

◆ minCorner

VEC3 nw4r::math::AABB::minCorner

Definition at line 10 of file aabb.hpp.

◆ maxCorner

VEC3 nw4r::math::AABB::maxCorner

Definition at line 11 of file aabb.hpp.