Package fife :: Module fife :: Class FloatRect
[hide private]
[frames] | no frames]

Class FloatRect

source code

_object --+
          |
         FloatRect

Proxy of C++ FIFE::RectType<(float)> class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, x=0, y=0, width=0, height=0)
__init__(self, float x = 0, float y = 0, float width = 0, float height = 0) -> FloatRect __init__(self, float x = 0, float y = 0, float width = 0) -> FloatRect __init__(self, float x = 0, float y = 0) -> FloatRect __init__(self, float x = 0) -> FloatRect __init__(self) -> FloatRect
source code
float
right(self) source code
float
bottom(self) source code
 
__eq__(self, *args)
__eq__(self, FloatRect rect) -> bool
source code
 
contains(self, *args)
contains(self, FIFE::PointType2D<(float)> point) -> bool
source code
 
intersects(self, *args)
intersects(self, FloatRect rect) -> bool
source code
 
intersectInplace(self, *args)
intersectInplace(self, FloatRect rect) -> bool
source code
float
getX(self) source code
float
getY(self) source code
 
setX(self, *args)
setX(self, float _x)
source code
 
setY(self, *args)
setY(self, float _y)
source code
float
getW(self) source code
float
getH(self) source code
 
setW(self, *args)
setW(self, float _w)
source code
 
setH(self, *args)
setH(self, float _h)
source code
string
__str__(self) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_FloatRect
  __del__ = lambda self: