Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JGeometry.h>
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 TBox2 &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 > > | |
TVec2< T > | i |
TVec2< T > | f |
|
inline |
|
inline |