Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JGeometry::TBox2< T > Struct Template Reference

#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 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< Ti
 
TVec2< Tf
 

Constructor & Destructor Documentation

◆ TBox2() [1/3]

template<typename T >
JGeometry::TBox2< T >::TBox2 ( )
inline

◆ TBox2() [2/3]

template<typename T >
JGeometry::TBox2< T >::TBox2 ( const TVec2< f32 > &  i,
const TVec2< f32 > &  f 
)
inline

◆ TBox2() [3/3]

template<typename T >
JGeometry::TBox2< T >::TBox2 ( f32  x0,
f32  y0,
f32  x1,
f32  y1 
)
inline

Member Function Documentation

◆ absolute()

template<typename T >
void JGeometry::TBox2< T >::absolute ( )
inline

◆ set() [1/3]

template<typename T >
void JGeometry::TBox2< T >::set ( const TBox2< T > &  other)
inline

◆ set() [2/3]

template<typename T >
void JGeometry::TBox2< T >::set ( const TVec2< f32 > &  i,
const TVec2< f32 > &  f 
)
inline

◆ set() [3/3]

template<typename T >
void JGeometry::TBox2< T >::set ( f32  x0,
f32  y0,
f32  x1,
f32  y1 
)
inline

The documentation for this struct was generated from the following file: