Package geometry :: Package manifolds :: Package todo :: Module moebius :: Class Moebius
[hide private]
[frames] | no frames]

Class Moebius

source code


INCOMPLETE - The Moebius strip -- still to be implemented.

Nested Classes [hide private]

Inherited from differentiable_manifold.DifferentiableManifold: Embedding, Isomorphism, __metaclass__

Instance Methods [hide private]
 
__init__(self, n)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
belongs_(self, a) source code
 
distance_(self, a, b) source code
 
expmap_(self, a, vel) source code
 
logmap_(self, a, b) source code
 
normalize(self, x) source code
 
project_ts_(self, base, vx) source code
 
sample_uniform(self) source code

Inherited from differentiable_manifold.DifferentiableManifold: assert_close, belongs, belongs_ts, can_convert_to, can_represent, convert_to, distance, embed_in, embeddable_in, expmap, friendly, from_yaml, geodesic, get_dimension, interesting_points, logmap, project_from, project_to, project_ts, relations_descriptions, tangent_bundle, to_yaml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from differentiable_manifold.DifferentiableManifold: embedding, isomorphism

Class Variables [hide private]
  _abc_cache = <_weakrefset.WeakSet object at 0x289c7d0>

Inherited from differentiable_manifold.DifferentiableManifold: __abstractmethods__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, n)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)