|
|
|
__abs__(self)
Return this angle's absolute value (AuxAngle). |
|
|
|
|
|
__bool__(self)
Return True if this angle is non-zero. |
|
|
|
__eq__(self,
other)
Return self == other as bool . |
|
|
|
__float__(self)
Return this angle's tan (float ). |
|
|
|
__iadd__(self,
other)
Apply self += other to this angle. |
|
|
|
__isub__(self,
other)
Apply self -= other to this angle. |
|
|
|
__ne__(self,
other)
Return self != other as bool . |
|
|
|
__neg__(self)
Return a copy of this angle, negated. |
|
|
|
__pos__(self)
Return this angle as-is, like float.__pos__() . |
|
|
|
|
|
|
|
|
|
|
|
copyquadrant(self,
other)
Copy an other angle's quadrant into this angle
(auxAngle). |
|
|
|
normal(self)
Normalize this angle in-place. |
|
|
|
toBeta(self,
rhumb)
Short for rhumb.auxDLat.convert(Aux.BETA, self,
exact=rhumb.exact) |
|
|
|
toChi(self,
rhumb)
Short for rhumb.auxDLat.convert(Aux.CHI, self,
exact=rhumb.exact) |
|
|
|
toMu(self,
rhumb)
Short for rhumb.auxDLat.convert(Aux.MU, self,
exact=rhumb.exact) |
|
|
|
toPhi(self,
rhumb)
Short for rhumb.auxDLat.convert(Aux.PHI, self,
exact=rhumb.exact) |
|
|
Inherited from named._Named :
__imatmul__ ,
__matmul__ ,
__repr__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toRepr ,
toStr ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|