Package Scientific :: Package Visualization :: Module VPython :: Class Line
[frames] | no frames]

Class Line

GraphicsObject --+        
                 |        
       ShapeObject --+    
                     |    
             PolyLines --+
                         |
                        Line

Line

Instance Methods
 
__init__(self, point1, point2, **attr)

Inherited from PolyLines: show

Inherited from ShapeObject: __add__, display

Inherited from GraphicsObject: __copy__, __getitem__, __setitem__

Class Variables

Inherited from ShapeObject: attribute_names

Method Details

__init__(self, point1, point2, **attr)
(Constructor)

 
Parameters:
Overrides: GraphicsObject.__init__