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

Class Mathf

source code

_object --+
          |
         Mathf

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

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
FIFE::Math< float >::num_type
epsilon() source code
FIFE::Math< float >::num_type
zeroTolerance() source code
FIFE::Math< float >::num_type
max() source code
FIFE::Math< float >::num_type
pi() source code
FIFE::Math< float >::num_type
twoPi() source code
FIFE::Math< float >::num_type
halfPi() source code
FIFE::Math< float >::num_type
inversePi() source code
FIFE::Math< float >::num_type
inverseTwoPi() source code
FIFE::Math< float >::num_type
degToRad() source code
FIFE::Math< float >::num_type
radToDeg() source code
FIFE::Math< float >::num_type
log2() source code
FIFE::Math< float >::num_type
log10() source code
FIFE::Math< float >::num_type
invLog2() source code
FIFE::Math< float >::num_type
invLog10() source code
 
ACos(*args)
ACos(float _val) -> float
source code
 
ASin(*args)
ASin(float _val) -> float
source code
 
ATan(*args)
ATan(float _val) -> float
source code
 
ATan2(*args)
ATan2(float _x, float _y) -> float
source code
 
Ceil(*args)
Ceil(float _val) -> float
source code
 
Cos(*args)
Cos(float _val) -> float
source code
 
Exp(*args)
Exp(float _val) -> float
source code
 
FAbs(*args)
FAbs(float _val) -> float
source code
 
Floor(*args)
Floor(float _val) -> float
source code
 
FMod(*args)
FMod(float _x, float _y) -> float
source code
 
InvSqrt(*args)
InvSqrt(float _val) -> float
source code
 
Log(*args)
Log(float _val) -> float
source code
 
Log2(*args)
Log2(float _val) -> float
source code
 
Log10(*args)
Log10(float _val) -> float
source code
 
Pow(*args)
Pow(float _base, float _exponent) -> float
source code
 
Sin(*args)
Sin(float _val) -> float
source code
 
Sqr(*args)
Sqr(float _val) -> float
source code
 
Sqrt(*args)
Sqrt(float _val) -> float
source code
 
Tan(*args)
Tan(float _val) -> float
source code
 
__init__(self)
__init__(FIFE::Math<(float)> self) -> Mathf
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Mathf
  __del__ = lambda self: