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