NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mBoundBox Class Reference

#include <game/mLib/m_vec.hpp>

Description

Definition at line 202 of file m_vec.hpp.

Public Member Functions

 mBoundBox (float t, float b, float l, float r)
 
 mBoundBox (const mBoundBox &b)
 
void set (float t, float b, float l, float r)
 
mVec2_c withPos (const mVec3_c &pos) const
 
mVec2_c getSize () const
 

Public Attributes

mVec2_c mOffset
 
mVec2_c mSize
 

Constructor & Destructor Documentation

◆ mBoundBox() [1/3]

mBoundBox::mBoundBox ( )
inline

Definition at line 204 of file m_vec.hpp.

◆ mBoundBox() [2/3]

mBoundBox::mBoundBox ( float t,
float b,
float l,
float r )
inline

Definition at line 206 of file m_vec.hpp.

◆ mBoundBox() [3/3]

mBoundBox::mBoundBox ( const mBoundBox & b)
inline

Definition at line 210 of file m_vec.hpp.

Member Function Documentation

◆ set()

void mBoundBox::set ( float t,
float b,
float l,
float r )
inline

Definition at line 214 of file m_vec.hpp.

◆ withPos()

mVec2_c mBoundBox::withPos ( const mVec3_c & pos) const
inline

Definition at line 219 of file m_vec.hpp.

◆ getSize()

mVec2_c mBoundBox::getSize ( ) const
inline

Definition at line 226 of file m_vec.hpp.

Member Data Documentation

◆ mOffset

mVec2_c mBoundBox::mOffset

Definition at line 230 of file m_vec.hpp.

◆ mSize

mVec2_c mBoundBox::mSize

Definition at line 230 of file m_vec.hpp.