a playground adding surface subdivision methods to scipy
Go to file
Stephen M. McQuay 889cdf201c added inner-face edges and all new faces 2012-06-23 10:50:17 -07:00
bin Stubbed out subd.butterfly and added testing script 2012-05-29 17:33:15 -06:00
blender Started adding connectivity generation 2012-06-07 22:24:52 -06:00
surf added inner-face edges and all new faces 2012-06-23 10:50:17 -07:00
.hgignore added a file to help me not add superfluous files 2012-03-20 20:45:15 -06:00
AUTHORS.txt moved authors file 2012-03-19 21:50:04 -06:00
LICENSE.txt Added license file 2012-03-12 17:56:17 -06:00
README.rst documented how to run tests 2012-05-07 23:18:35 -06:00
setup.py cleaned up some pep8/pyflakes violations 2012-03-19 22:18:02 -06:00

README.rst

========
surfaces
========

.. rubric:: a playground adding surface subdivision methods to scipy

Testing
=======
Please run the following command to run all tests::

    python -m unittest surf.test