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

Class StraightLine

source code

   object --+    
            |    
LinearVariety --+
                |
               StraightLine

Linear variety of dimension 1.

It is defined by a (n-1) linear equations or 2 points.

Instance Methods
 
__init__(self, dim)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from LinearVariety: __repr__, get_dimension, get_variety_dimension, init_points, project

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

Properties

Inherited from object: __class__

Method Details

__init__(self, dim)
(Constructor)

source code 

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

Parameters:
  • dim - space dimension
Overrides: object.__init__