Home | Trees | Indices | Help |
|
---|
|
This is the Special Euclidean group SE(n) describing roto-translations of Euclidean space. Implemented only for n=2,3.
Note that you have to supply a coefficient *alpha* that weights rotation and translation when defining distances.
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x24af0d0>
|
|||
Inherited from |
|
|||
Inherited from |
|
:param N: :type N: ``int,(2|3)``
|
repr(x)
|
Converts an element of the group to the algebra. Uses generic matrix logarithm plus projection. :param g: :type g: ``belongs`` :rtype: ``belongs_algebra``
|
:param x: :type x: ``array[NxN]`` |
Returns a friendly description string for a point on the manifold. :param a: :type a: ``belongs``
|
Converts an element of the algebra to the group. Uses generic matrix exponential. :param a: :type a: ``belongs_algebra`` :rtype: ``belongs``
|
Returns a list of "interesting points" on this manifold that should be used for testing various properties. :rtype: ``list(belongs)``
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 22 20:39:23 2012 | http://epydoc.sourceforge.net |