![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JGeometry.h>
Inheritance diagram for JGeometry::TBox2< T >:
Collaboration diagram for JGeometry::TBox2< T >:Public Member Functions | |
| TBox2 () | |
| TBox2 (const TVec2< f32 > &_i, const TVec2< f32 > &_f) | |
| TBox2 (f32 x0, f32 y0, f32 x1, f32 y1) | |
| void | absolute () |
| void | set (const TBox< TVec2< T > > &other) |
| void | set (const TVec2< f32 > &i, const TVec2< f32 > &f) |
| void | set (f32 x0, f32 y0, f32 x1, f32 y1) |
Public Member Functions inherited from JGeometry::TBox< TVec2< T > > | |
| TBox () | |
| TBox (const TBox &other) | |
Additional Inherited Members | |
Public Attributes inherited from JGeometry::TBox< TVec2< T > > | |
| T | i |
| T | f |
|
inline |
|
inline |
|
inline |
|
inline |