Commit Graph

29 Commits

Author SHA1 Message Date
Stephen M. McQuay c2b7cfaf4b added a file to help me not add superfluous files 2012-03-20 20:45:15 -06:00
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 12e82529a2 Added a makefile
- this is intended to be used for perfunctory repo cleanups and the like
    - should probably be replaced by some fabric script
2012-03-19 22:33:04 -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 303dd9e8d0 moved the pdf into the documentation folder 2012-03-19 22:17:50 -06:00
Stephen M. McQuay a5f687bd32 added support for multiple authors in setup.py file ... as best I could figure 2012-03-19 21:53:32 -06:00
Stephen M. McQuay 78aec7fba4 added setup.py file 2012-03-19 21:50:18 -06:00
Stephen M. McQuay 743b516c6d moved authors file 2012-03-19 21:50:04 -06:00
Stephen M. McQuay 467e67e099 added an authors file 2012-03-19 21:47:25 -06:00
Stephen M. McQuay 2f4d648f55 Refactored into modules and test scripts. 2012-03-19 20:38:40 -06:00
Stephen M. McQuay 6a69a99706 merged 2012-03-19 10:45:13 -06:00
willblatt cabb79b269 Fixed bug in CC corner updates. 2012-03-19 09:44:01 -07:00
Stephen McQuay 4e3573a5b9 Merge pull request #5 from willblatt/master
It plots it out, it looks mostly correct
2012-03-19 08:22:39 -07:00
William Blattman 805edfe12f getting closer, its starting to look like it... 2012-03-18 21:57:44 -07:00
William Blattman a93c047a5d simple plotting to see if it works. 2012-03-18 17:52:24 -07:00
William Blattman c6434469fb added code to subdivide faces, not quite finished but looks promising 2012-03-18 17:03:07 -07:00
Stephen McQuay 13535b2986 Merge pull request #3 from willblatt/master
some more work on how to iterate on the cc refinements (sorry, last one didn't have py changes)
2012-03-18 00:42:08 -07:00
William Blattman 66593129e6 some more changes to the geometry tests, and some notes on what todo 2012-03-17 23:18:32 -07:00
William Blattman f9179f972c some more changes to the geometry tests, and some notes on what todo 2012-03-17 23:14:27 -07:00
William Blattman 4c6bc18dd2 Merge branch 'master' of github.com:willblatt/surfaces 2012-03-17 16:21:57 -07:00
William Blattman 540fa8b702 some inital attempts 2012-03-17 16:19:07 -07:00
Stephen M. McQuay ced2515268 playing with the rst 2012-03-12 18:04:55 -06:00
Stephen M. McQuay c21252fb57 Spelled out goal of repo. 2012-03-12 17:56:40 -06:00
Stephen M. McQuay 76fe5e6ba4 Added license file 2012-03-12 17:56:17 -06:00
Stephen M. McQuay e904c7610f decided to use rst instead of markdown 2012-03-12 17:33:06 -06:00
Stephen M. McQuay e250a11f98 added a readme 2012-03-12 17:24:04 -06:00