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

Description

Definition at line 52 of file math_geometry.h.

Public Member Functions

void Set (const VEC3 *pPoints, unsigned int num)
 
void Set (const AABB *pBox, const MTX34 *pMtx)
 

Public Attributes

VEC3 min
 
VEC3 max
 

Constructor & Destructor Documentation

◆ AABB()

nw4r::math::AABB::AABB ( )
inline

Definition at line 53 of file math_geometry.h.

Member Data Documentation

◆ min

VEC3 nw4r::math::AABB::min

Definition at line 58 of file math_geometry.h.

◆ max

VEC3 nw4r::math::AABB::max

Definition at line 59 of file math_geometry.h.