Package pyjsdl :: Module vector :: Class VectorElementwiseProxy

Class VectorElementwiseProxy

object --+
         |
        VectorElementwiseProxy

Instance Methods
 
__init__(self, x, y)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__getitem__(self, index)
 
__iter__(self)
 
__len__(self)
 
__bool__(self)
 
__nonzero__(self)
 
__pos__(self)
 
__neg__(self)
 
__abs__(self)
 
__add__(self, other)
 
__sub__(self, other)
 
__mul__(self, other)
 
__div__(self, other)
 
__truediv__(self, other)
 
__floordiv__(self, other)
 
__pow__(self, other)
 
__mod__(self, other)
 
__eq__(self, other)
 
__ne__(self, other)
 
__gt__(self, other)
 
__ge__(self, other)
 
__lt__(self, other)
 
__le__(self, other)
 
__radd__(self, other)
 
__rsub__(self, other)
 
__rmul__(self, other)
 
__rdiv__(self, other)
 
__rtruediv__(self, other)
 
__rfloordiv__(self, other)
 
__rpow__(self, other)
 
__rmod__(self, other)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, x, y)
(Constructor)

 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)