Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-22 | Various work on the UI.HEADmaster | Bryan Bishop | 3 | -174/+234 | |
2011-05-21 | added K_SEGMENT back in | Bryan Bishop | 1 | -4/+3 | |
2011-05-21 | added more classes | Bryan Bishop | 1 | -0/+204 | |
2011-05-21 | removed bad cython lines | Bryan Bishop | 1 | -47/+10 | |
2011-05-21 | started a cython wrapper | Bryan Bishop | 39 | -0/+4011 | |
2011-05-15 | added some debugging statements | Bryan Bishop | 1 | -1/+7 | |
2011-05-14 | committing before i break something.. | Bryan Bishop | 1 | -6/+54 | |
see this line: if self.num_vars > 0 and self.num_coeffs > 1: #FIXME | |||||
2011-05-14 | added K_RATPOLY::subst_val_proto | Bryan Bishop | 1 | -2/+62 | |
2011-05-14 | functions implemented: | Bryan Bishop | 1 | -29/+337 | |
* gen_curve_topo * K_RATPOLY::add_ratpoly * K_RATPOLY::mul * K_RATPOLY::subst_param_expr * K_RATPOLY::eval_range working on: * Patch::intersect * get_pts_proto_2 * gen_curve_topo_proto | |||||
2011-05-14 | continued on get_patch4 | Bryan Bishop | 1 | -2/+50 | |
2011-05-14 | lots of debugging | Bryan Bishop | 1 | -19/+104 | |
Implemented BOXCO2. | |||||
2011-05-14 | implemented K_SEGMENT, trying to fix get_patch4 | Bryan Bishop | 1 | -3/+81 | |
2011-05-14 | started working on get_patch4 again | Bryan Bishop | 1 | -0/+130 | |
2011-05-13 | marking where more work needs to be done | Bryan Bishop | 1 | -3/+10 | |
2011-05-13 | worked on Curve | Bryan Bishop | 1 | -1/+45 | |
2011-05-13 | added K_PATCH::set_range | Bryan Bishop | 1 | -1/+41 | |
2011-05-13 | replaced method stubs with NotImplementedError | Bryan Bishop | 1 | -13/+26 | |
2011-05-13 | added K_BOX3D | Bryan Bishop | 1 | -7/+43 | |
2011-05-13 | implemented subst_expr | Bryan Bishop | 1 | -2/+108 | |
2011-05-13 | implemented eval_range_in_out | Bryan Bishop | 1 | -4/+46 | |
2011-05-13 | added Surface.get_range | Bryan Bishop | 1 | -1/+157 | |
2011-05-13 | propagated surface values in get_patch4 | Bryan Bishop | 1 | -8/+12 | |
2011-05-13 | moved __repr__ around and removed a random print statement | Bryan Bishop | 1 | -3/+2 | |
2011-05-13 | a simple python script to build a box | Bryan Bishop | 1 | -0/+1 | |
2011-05-13 | implemented Patch, Curve, fixed lots of stuff | Bryan Bishop | 1 | -23/+109 | |
2011-05-13 | fixed K_RATPOLY.__init__ and Surface.__init__ | Bryan Bishop | 1 | -3/+10 | |
2011-05-13 | implemented Surface.__init__ | Bryan Bishop | 1 | -0/+39 | |
2011-05-13 | None was not valid in that location | Bryan Bishop | 1 | -1/+1 | |
2011-05-13 | called Fraction.numerator/denominator | Bryan Bishop | 1 | -3/+6 | |
2011-05-13 | implemented reduce_num_coeffs | Bryan Bishop | 1 | -2/+43 | |
Imported gcd from fractions module. | |||||
2011-05-13 | implemented reduce_deg | Bryan Bishop | 1 | -3/+50 | |
2011-05-13 | implemented get_plane_coeffs | Bryan Bishop | 1 | -1/+39 | |
2011-05-01 | fixed gen_box a little but not completely | Bryan Bishop | 1 | -2/+2 | |
2011-05-01 | stubbed out K_RATPOLY | Bryan Bishop | 1 | -11/+356 | |
2011-04-30 | fixed get_coeff calls to be valid python | Bryan Bishop | 1 | -23/+23 | |
2011-04-30 | added gen_box to generate a 3D box from points | Bryan Bishop | 1 | -0/+367 | |
Some of this could be replaced by scipy.interpolate.bisplrep. | |||||
2011-04-30 | fixed broken length check | Bryan Bishop | 1 | -1/+1 | |
2011-04-27 | initial unit tests for the new esolid implementation | Bryan Bishop | 1 | -0/+26 | |
2011-04-27 | fixed various syntax errors | Bryan Bishop | 1 | -14/+17 | |
2011-04-27 | wrote Point2D.refine_interior | Bryan Bishop | 1 | -2/+347 | |
2011-04-27 | still working on Point2D | Bryan Bishop | 1 | -2/+532 | |
Wrote out get_pts_interior and fixed sort_ to return whether or not all points are distinct. | |||||
2011-04-27 | minor, but important changes | Bryan Bishop | 1 | -5/+14 | |
get_pts: points -> pts in the parameter list Also, just return the list of points. get_pts_interior: updated the parameter list. Graph.get_connected_components: changed it to return the components and graphs. todo: Graph.gen_adjacency needs to be fixed to account for the updated version of Graph.get_connected_components. There's a mismatch in the expected return values. Much of this artifact of the way that pointers were used in the original code base. | |||||
2011-04-27 | updated Point2D in esolid | Bryan Bishop | 1 | -6/+291 | |
Point2D.equiv Point2D.equal Point2D.equal_s Point2D.equal_t Point2D.get_pts Computes the intersections "pts" of 2 bivariate polynomials P1 and P2 on/in the region [l_s, h_s] x [l_t, h_t]. Returns the number of intersections (and the intersections). | |||||
2011-04-27 | a partial python implementation of esolid | Bryan Bishop | 1 | -0/+1316 | |
2011-01-15 | some notes on python intricacies and good geometry APIs from 2010-10-06 | kanzure | 1 | -0/+74 | |
2011-01-14 | import an old sample of what i am working towards | kanzure | 1 | -0/+36 | |
2011-01-06 | a simple todo list before i forget | kanzure | 1 | -0/+7 | |
2010-10-01 | first steps towards a working visualizer | kanzure | 1 | -0/+318 | |
2010-09-13 | some nurbs classes and routines | kanzure | 1 | -0/+406 | |
2010-09-13 | this time with code | kanzure | 6 | -0/+3218 | |