/[gzz]/gzz/gfx/libcoords/Coords.cxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by tjl, Thu Sep 26 11:01:47 2002 UTC revision 1.10 by tjl, Thu Sep 26 11:27:58 2002 UTC
# Line 207  namespace Coords { Line 207  namespace Coords {
207                      continue;                      continue;
208                  }                  }
209              } else {              } else {
210                  int ind2 = inds2[csind2 + 2];                  int ind2 = inds2[3*csind2 + 2];
211                  for(int j = 0; j<npars; j++) {                  for(int j = 0; j<npars; j++) {
212                        DBG(dbg) << "Interpolating "<<(ind1+j)<<" "<<(ind2+j)<<"  = "<<
213                                    points1[ind1+j]<<" "<< points2[ind2+j]<<"\n";
214                      params.push_back(lerp(points1[ind1 + j], points2[ind2 + j], fract));                      params.push_back(lerp(points1[ind1 + j], points2[ind2 + j], fract));
215                  }                  }
216              }              }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26