Commit Graph

6 Commits

Author SHA1 Message Date
Stephen M. McQuay 93891b917b Moved documentation, and added more operators to Vertex
- added __neg__
    - added cross for Vertex * Vertex
    - added tests for these
    - moved the cube docstring up into the cube generating function
2012-03-20 07:16:15 -06:00
Stephen M. McQuay 9a5fc54f12 Cleaned up some pep8 violations
- changed camelCase variables to under_case
    - wrapped lines that were longer than 80 chars
    - used @property decorator
    - changed the cc refine test to print before running refine
        - refine seems to be destructive
2012-03-19 22:56:12 -06:00
Stephen M. McQuay 84712d5613 forgot to add the file I said I added a few changesets ago 2012-03-19 22:33:23 -06:00
Stephen M. McQuay 265f692b8e Removed old test file
- test using unittest can now be found in test.vertex
2012-03-19 22:27:35 -06:00
Stephen M. McQuay 62efeb12b3 cleaned up some pep8/pyflakes violations 2012-03-19 22:18:02 -06:00
Stephen M. McQuay 2f4d648f55 Refactored into modules and test scripts. 2012-03-19 20:38:40 -06:00