summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-22Various work on the UI.HEADmasterBryan Bishop3-174/+234
2011-05-21added K_SEGMENT back inBryan Bishop1-4/+3
2011-05-21added more classesBryan Bishop1-0/+204
2011-05-21removed bad cython linesBryan Bishop1-47/+10
2011-05-21started a cython wrapperBryan Bishop39-0/+4011
2011-05-15added some debugging statementsBryan Bishop1-1/+7
2011-05-14committing before i break something..Bryan Bishop1-6/+54
2011-05-14added K_RATPOLY::subst_val_protoBryan Bishop1-2/+62
2011-05-14functions implemented:Bryan Bishop1-29/+337
2011-05-14continued on get_patch4Bryan Bishop1-2/+50
2011-05-14lots of debuggingBryan Bishop1-19/+104
2011-05-14implemented K_SEGMENT, trying to fix get_patch4Bryan Bishop1-3/+81
2011-05-14started working on get_patch4 againBryan Bishop1-0/+130
2011-05-13marking where more work needs to be doneBryan Bishop1-3/+10
2011-05-13worked on CurveBryan Bishop1-1/+45
2011-05-13added K_PATCH::set_rangeBryan Bishop1-1/+41
2011-05-13replaced method stubs with NotImplementedErrorBryan Bishop1-13/+26
2011-05-13added K_BOX3DBryan Bishop1-7/+43
2011-05-13implemented subst_exprBryan Bishop1-2/+108
2011-05-13implemented eval_range_in_outBryan Bishop1-4/+46
2011-05-13added Surface.get_rangeBryan Bishop1-1/+157
2011-05-13propagated surface values in get_patch4Bryan Bishop1-8/+12
2011-05-13moved __repr__ around and removed a random print statementBryan Bishop1-3/+2
2011-05-13a simple python script to build a boxBryan Bishop1-0/+1
2011-05-13implemented Patch, Curve, fixed lots of stuffBryan Bishop1-23/+109
2011-05-13fixed K_RATPOLY.__init__ and Surface.__init__Bryan Bishop1-3/+10
2011-05-13implemented Surface.__init__Bryan Bishop1-0/+39
2011-05-13None was not valid in that locationBryan Bishop1-1/+1
2011-05-13called Fraction.numerator/denominatorBryan Bishop1-3/+6
2011-05-13implemented reduce_num_coeffsBryan Bishop1-2/+43
2011-05-13implemented reduce_degBryan Bishop1-3/+50
2011-05-13implemented get_plane_coeffsBryan Bishop1-1/+39
2011-05-01fixed gen_box a little but not completelyBryan Bishop1-2/+2
2011-05-01stubbed out K_RATPOLYBryan Bishop1-11/+356
2011-04-30fixed get_coeff calls to be valid pythonBryan Bishop1-23/+23
2011-04-30added gen_box to generate a 3D box from pointsBryan Bishop1-0/+367
2011-04-30fixed broken length checkBryan Bishop1-1/+1
2011-04-27initial unit tests for the new esolid implementationBryan Bishop1-0/+26
2011-04-27fixed various syntax errorsBryan Bishop1-14/+17
2011-04-27wrote Point2D.refine_interiorBryan Bishop1-2/+347
2011-04-27still working on Point2DBryan Bishop1-2/+532
2011-04-27minor, but important changesBryan Bishop1-5/+14
2011-04-27updated Point2D in esolidBryan Bishop1-6/+291
2011-04-27a partial python implementation of esolidBryan Bishop1-0/+1316
2011-01-15some notes on python intricacies and good geometry APIs from 2010-10-06kanzure1-0/+74
2011-01-14import an old sample of what i am working towardskanzure1-0/+36
2011-01-06a simple todo list before i forgetkanzure1-0/+7
2010-10-01first steps towards a working visualizerkanzure1-0/+318
2010-09-13some nurbs classes and routineskanzure1-0/+406
2010-09-13this time with codekanzure6-0/+3218