Package pod :: Module vecspace :: Class VectorSpace3D
[frames] | no frames]

Class VectorSpace3D

source code

 object --+    
          |    
VectorSpace --+
              |
             VectorSpace3D

Specific Vector space in 3D.

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
define_plane(self, p1, p2, p3)
Plane in a 3D space given 3 points.
source code

Inherited from VectorSpace: define_hyper_plane, define_line, define_point, define_subspace, get_dimension

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

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)