|
|
|
|
|
__init__(self,
*args)
__init__(self, double _x = 0, double _y = 0, double _z = 0) ->
DoublePoint3D __init__(self, double _x = 0, double _y = 0) ->
DoublePoint3D __init__(self, double _x = 0) -> DoublePoint3D
__init__(self) -> DoublePoint3D __init__(self, DoublePoint3D rhs)
-> DoublePoint3D |
source code
|
|
|
|
__add__(self,
*args)
__add__(self, DoublePoint3D p) -> DoublePoint3D |
source code
|
|
|
|
__sub__(self,
*args)
__sub__(self, DoublePoint3D p) -> DoublePoint3D |
source code
|
|
|
|
__iadd__(self,
*args)
__iadd__(self, DoublePoint3D p) -> DoublePoint3D |
source code
|
|
|
|
__isub__(self,
*args)
__isub__(self, DoublePoint3D p) -> DoublePoint3D |
source code
|
|
|
|
__mul__(self,
*args)
__mul__(self, double i) -> DoublePoint3D |
source code
|
|
|
|
__div__(self,
*args)
__div__(self, double i) -> DoublePoint3D |
source code
|
|
|
|
__eq__(self,
*args)
__eq__(self, DoublePoint3D p) -> bool |
source code
|
|
|
|
__ne__(self,
*args)
__ne__(self, DoublePoint3D p) -> bool |
source code
|
|
|
double
|
|
|
|
|