/[libvob]/libvob/include/vob/vobs/Fillet.hxx
ViewVC logotype

Diff of /libvob/include/vob/vobs/Fillet.hxx

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

revision 1.28 by jvk, Thu Jun 26 10:56:58 2003 UTC revision 1.29 by jvk, Fri Jun 27 07:55:56 2003 UTC
# Line 557  struct Fillet3D { Line 557  struct Fillet3D {
557          int i;          int i;
558          vector<Vec> v;          vector<Vec> v;
559    
560          for (i = 0; i < ndice; i++)          for (i = 0; i < ndice - 1; i++)
561              v.push_back(f1.point(i / (ndice - 1.0)));              v.push_back(f1.point(i / (ndice - 1.0)));
562          for (i = 0; i < ndice; i++)          for (i = 0; i < ndice; i++)
563              v.push_back(f0.point(i / (ndice - 1.0)));              v.push_back(f0.point(i / (ndice - 1.0)));

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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