/[ff3d]/ff3d/solver/ConformTransformation.hpp
ViewVC logotype

Diff of /ff3d/solver/ConformTransformation.hpp

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

revision 1.2 by delpinux, Fri Feb 21 13:34:40 2003 UTC revision 1.3 by delpinux, Tue Feb 25 20:40:32 2003 UTC
# Line 111  public: Line 111  public:
111      __result += x*__b;      __result += x*__b;
112      __result += y*__c;      __result += y*__c;
113      __result += z*__d;      __result += z*__d;
114      __result += x*y*__e;      __result += (x*y)*__e;
115      __result += x*z*__f;      __result += (x*z)*__f;
116      __result += y*z*__g;      __result += (y*z)*__g;
117      __result += x*y*z*__h;      __result += (x*y*z)*__h;
118    }    }
119    
120    /*! Computes Xhat, the point which transformed is (x,y,z)    /*! Computes Xhat, the point which transformed is (x,y,z)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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