Table of contents Index

Module PySplines.Line

Declared in module PySplines

class Line
def tst(directory)
string _Float = 'd'
string __author__ = 'Berthold H\366llmann, bhoel@starship.python.net'
string __file__ = '../PySplines/Line.pyc'
string __version__ = '1.4'
float _eps = 2.22044604925e-16
alias _arange = Numeric.arrayrange (type function)
alias _asarray = Numeric.asarray (type function)
alias _dot = Numeric.innerproduct (type function)
alias _gVector = bhoelHelper.gVector.gVector (type class)

Description

Class for representing lines between two points.

Requires NumPy and, for the exampes, Michael Haggerty's Gnuplot module.


Author: Berthold H\366llmann
Version: 1.4