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

Description

Definition at line 6 of file Rect.h.

Public Member Functions

 Rect (float l, float t, float r, float b)
 
float GetWidth () const
 
float GetHeight () const
 

Public Attributes

float left
 
float top
 
float right
 
float bottom
 

Constructor & Destructor Documentation

◆ Rect()

nw4r::ut::Rect::Rect ( float l,
float t,
float r,
float b )
inline

Definition at line 7 of file Rect.h.

Member Function Documentation

◆ GetWidth()

float nw4r::ut::Rect::GetWidth ( ) const
inline

Definition at line 9 of file Rect.h.

◆ GetHeight()

float nw4r::ut::Rect::GetHeight ( ) const
inline

Definition at line 11 of file Rect.h.

Member Data Documentation

◆ left

float nw4r::ut::Rect::left

Definition at line 13 of file Rect.h.

◆ top

float nw4r::ut::Rect::top

Definition at line 14 of file Rect.h.

◆ right

float nw4r::ut::Rect::right

Definition at line 15 of file Rect.h.

◆ bottom

float nw4r::ut::Rect::bottom

Definition at line 16 of file Rect.h.