/[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.23 by jvk, Wed Jun 25 11:58:53 2003 UTC revision 1.24 by jvk, Wed Jun 25 13:15:21 2003 UTC
# Line 213  namespace Geom { Line 213  namespace Geom {
213    
214              float xn = x + C*x*x*x + x0;              float xn = x + C*x*x*x + x0;
215    
216                if (!(fabs(C) < 1E4)) xn = (fract == 0) ? conn.d : x0;
217    
218              ZVec pt = node.ctr + xn * conn.dir + y * conn.norm;              ZVec pt = node.ctr + xn * conn.dir + y * conn.norm;
219    
220              ZVec proj = conn.projectToConnLine(pt);              ZVec proj = conn.projectToConnLine(pt);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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