/[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.19 by jvk, Tue Jun 24 12:04:41 2003 UTC revision 1.20 by jvk, Tue Jun 24 12:17:40 2003 UTC
# Line 164  struct FilletSpan2 { Line 164  struct FilletSpan2 {
164              // "overlap" (i.e., where the beginning and end of the side              // "overlap" (i.e., where the beginning and end of the side
165              // of a fillet meet) to when the nodes coincide.              // of a fillet meet) to when the nodes coincide.
166              float f = d / r0;              float f = d / r0;
167              if (f < 1.0) a = asin(t / r) * sin(M_PI_2 * f);              if (f < 1.0) a = asin(t / r0) * sin(M_PI_2 * f);
168    
169              DBG(dbg_vfillets) <<              DBG(dbg_vfillets) <<
170                  format("FilletSpan CONN: r: %s d: %s  th: %s a: %s") %                  format("FilletSpan CONN: r: %s d: %s  th: %s a: %s") %

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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