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

Class ModelCoordinate

source code

_object --+
          |
         ModelCoordinate

Proxy of C++ FIFE::PointType3D<(int32_t)> class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::PointType3D<(int32_t)> self, int _x=0, int _y=0, int _z=0) -> ModelCoordinate __init__(FIFE::PointType3D<(int32_t)> self, int _x=0, int _y=0) -> ModelCoordinate __init__(FIFE::PointType3D<(int32_t)> self, int _x=0) -> ModelCoordinate __init__(FIFE::PointType3D<(int32_t)> self) -> ModelCoordinate __init__(FIFE::PointType3D<(int32_t)> self, Point3D rhs) -> ModelCoordinate
source code
 
__add__(self, *args)
__add__(ModelCoordinate self, Point3D p) -> Point3D
source code
 
__sub__(self, *args)
__sub__(ModelCoordinate self, Point3D p) -> Point3D
source code
 
__iadd__(self, *args)
__iadd__(ModelCoordinate self, Point3D p) -> Point3D
source code
 
__isub__(self, *args)
__isub__(ModelCoordinate self, Point3D p) -> Point3D
source code
 
__mul__(self, *args)
__mul__(ModelCoordinate self, int const & i) -> Point3D
source code
 
__div__(self, *args)
__div__(ModelCoordinate self, int const & i) -> Point3D
source code
 
__eq__(self, *args)
__eq__(ModelCoordinate self, Point3D p) -> bool
source code
 
__ne__(self, *args)
__ne__(ModelCoordinate self, Point3D p) -> bool
source code
 
length(self)
length(ModelCoordinate self) -> int
source code
 
normalize(self)
normalize(ModelCoordinate self)
source code
 
set(self, *args)
set(ModelCoordinate self, int _x, int _y, int _z)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_ModelCoordinate
  __del__ = lambda self: