|
|
|
__eq__(self,
other)
Compare this and an other transform. |
|
|
|
|
|
__iter__(self)
Yield the initial attribute values, in order. |
|
|
|
__matmul__(self,
point)
Transform an ellipsoidal point with this
Helmert. |
|
|
|
|
|
inverse(self,
**name)
Return the inverse of this transform. |
|
|
|
items(self,
inverse=False)
Yield the initial attributes, each as 2-tuple (name,
value) . |
|
|
|
toStr(self,
prec=5,
fmt='g',
**sep_name)
Return this transform as a string. |
|
|
|
transform(self,
x,
y,
z,
inverse=False,
**Vector_and_kwds)
Transform a (cartesian) position, forward or inverse. |
|
|
Inherited from named._NamedEnumItem :
unregister
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others ,
toRepr
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|