PySplines moduleCubicSplines.py
CubicSplines -- Classes for calculating cubic
spline curves for given nodes.
Line.py
Line -- Class for representing lines between two
points.
ParametricCubicSplines.py
ParametricCubicSplines -- Classes for calculating parametric
cubic spline curves for given nodes. (Not avaible yet, only code
skeletton.)
Renner.py
Renner -- Class for calculating renner subsplines
for given nodes.
Unpack PySplines-0.1.tar.gz in the
python1.5/site-packages/ directory and create a link from
PySplines to PySplines-0.1:
>cd .../python1.5/site-packages >gunzip PySplines-0.1.tar.gz >tar xf PySplines-0.1.tar >ln -s PySplines-0.1 PySplines
pythondoc to genereate this
documentation.