a playground adding surface subdivision methods to scipy
Go to file
Stephen M. McQuay 285c6c7254 First functioning pass at connectivity.
- added unittests (passing)
    - updated run script to take int for number of subds
2012-07-13 15:33:24 -06:00
bin First functioning pass at connectivity. 2012-07-13 15:33:24 -06:00
blender added unittest to verify good connectivity generation; should be failing tests 2012-07-13 08:43:08 -06:00
surf First functioning pass at connectivity. 2012-07-13 15:33:24 -06: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