/[gzz]/gzz/gfx/libfillet/Fillet.hxx
ViewVC logotype

Diff of /gzz/gfx/libfillet/Fillet.hxx

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

revision 1.4 by tjl, Tue Oct 22 17:03:45 2002 UTC revision 1.5 by tjl, Wed Oct 23 06:13:04 2002 UTC
# Line 87  namespace Fillet { Line 87  namespace Fillet {
87          float length;          float length;
88          Vec dir;          Vec dir;
89          Vec norm;          Vec norm;
90            int flags;
91    
92          FilletDistort(ZPt center, ZPt to, float width) :          FilletDistort(ZPt center, ZPt to, float width, int flags) :
93              center(center), to(to), width(width) {              center(center), to(to), width(width), flags(flags) {
94              dir = Vec(to-center).normalize();              dir = Vec(to-center).normalize();
95              norm = dir.cw90();              norm = dir.cw90();
96              length = Vec(to-center).length();              length = Vec(to-center).length();

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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