/[libvob]/libvob/include/vob/geom/Fillets2.hxx
ViewVC logotype

Diff of /libvob/include/vob/geom/Fillets2.hxx

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

revision 1.29 by jvk, Fri Jul 4 13:57:30 2003 UTC revision 1.30 by jvk, Fri Jul 4 17:29:12 2003 UTC
# Line 772  namespace Geom { Line 772  namespace Geom {
772                  bool success;                  bool success;
773                  float fract;                  float fract;
774                  ZVec pt = f.point(dirVec(a), success, &fract, .0001);                  ZVec pt = f.point(dirVec(a), success, &fract, .0001);
775                  if (!success) {                  if (success)
776                      cout << "ERROR: Point failed for angle "                      rtbl[i] = pt.length();
777                           << a << " (" << i << ")" << std::endl;                  else
778                  }                      rtbl[i] = node.r;
                 rtbl[i] = pt.length();  
779                  //cout << i << ": " << rtbl[i] << pt << fract << std::endl;                  //cout << i << ": " << rtbl[i] << pt << fract << std::endl;
780              }              }
781              rtbl[0] = c.d / cos(a0);              rtbl[0] = c.d / cos(a0);

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

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