| | |
- __builtin__.object
-
- Vec3
-
- Vec3Ptr
class Vec3(__builtin__.object) |
| |
|
| |
Methods defined here:
- __add__(self, *args, **kwargs)
- __del__ lambda self
- __div__(self, *args, **kwargs)
- __getattr__ lambda self, name
- __getitem__(self, *args, **kwargs)
- __iadd__(self, *args, **kwargs)
- __idiv__(self, *args, **kwargs)
- __imul__(self, *args, **kwargs)
- __init__(self, *args)
- __isub__(self, *args, **kwargs)
- __len__(self, *args, **kwargs)
- __mul__(self, *args, **kwargs)
- __neg__(self, *args, **kwargs)
- __rdiv__(self, *args, **kwargs)
- __repr__(self, *args, **kwargs)
- __rmul__(self, *args, **kwargs)
- __setattr__ lambda self, name, value
- __setitem__(self, *args, **kwargs)
- __str__(self, *args, **kwargs)
- __sub__(self, *args, **kwargs)
- help(self, *args, **kwargs)
- tuple(self, *args, **kwargs)
Data and other attributes defined here:
- __dict__ = dict_proxy({'__swig_getmethods__': {}, '__isub__...'__neg__': <function __neg__ at 0x2b5605d271b8>})
dictionary for instance variables (if defined)
- __swig_destroy__ = <built-in function delete_Vec3>
- __swig_getmethods__ = {}
- __swig_setmethods__ = {}
- __weakref__ = <attribute '__weakref__' of 'Vec3' objects>
list of weak references to the object (if defined)
|
class Vec3Ptr(Vec3) |
| |
|
| |
- Method resolution order:
- Vec3Ptr
- Vec3
- __builtin__.object
Methods defined here:
- __init__(self, this)
Methods inherited from Vec3:
- __add__(self, *args, **kwargs)
- __del__ lambda self
- __div__(self, *args, **kwargs)
- __getattr__ lambda self, name
- __getitem__(self, *args, **kwargs)
- __iadd__(self, *args, **kwargs)
- __idiv__(self, *args, **kwargs)
- __imul__(self, *args, **kwargs)
- __isub__(self, *args, **kwargs)
- __len__(self, *args, **kwargs)
- __mul__(self, *args, **kwargs)
- __neg__(self, *args, **kwargs)
- __rdiv__(self, *args, **kwargs)
- __repr__(self, *args, **kwargs)
- __rmul__(self, *args, **kwargs)
- __setattr__ lambda self, name, value
- __setitem__(self, *args, **kwargs)
- __str__(self, *args, **kwargs)
- __sub__(self, *args, **kwargs)
- help(self, *args, **kwargs)
- tuple(self, *args, **kwargs)
Data and other attributes inherited from Vec3:
- __dict__ = dict_proxy({'__module__': 'vec3', '__doc__': Non..._init__': <function __init__ at 0x2b5605d27320>})
dictionary for instance variables (if defined)
- __swig_destroy__ = <built-in function delete_Vec3>
- __swig_getmethods__ = {}
- __swig_setmethods__ = {}
- __weakref__ = <attribute '__weakref__' of 'Vec3' objects>
list of weak references to the object (if defined)
| |