alliance-programmers '2000
ALC : CVS loginfo, mbk


syf@asim.lip6.fr
Wed, 15 Nov 2000 16:02:22 +0100 (MET)

=================================================================== Modification le : Wed Nov 15 16:02:07 MET 2000 Par : syf =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/mbk In directory beny:/users/outil/syf/alliance/sources/mbk Modified Files: mbk_ph.c mph412.h Log Message: invxyflat ... =================================================================== Index: mbk_ph.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/mbk/mbk_ph.c,v retrieving revision 1.10 retrieving revision 1.11 diff -r1.10 -r1.11 34a35,37 > * Revision 1.11 2000/11/15 15:02:07 syf > * invxyflat ... > * 909a913,958 > break; > } > } > > /******************************************************************************* > * fonction invxyflat * > *******************************************************************************/ > void invxyflat(x, y, xout, yout, xins, yins, x1, y1, x2, y2, trsf) > long *x, *y; > long xout, yout; > long xins, yins; > long x1, y1, x2, y2; > char trsf; > { > switch (trsf) { > case NOSYM : > *x = xout - xins + x1; > *y = yout - yins + y1; > break; > case SYM_X : > *x = - xout + xins + x2; > *y = yout - yins + y1; > break; > case SYM_Y : > *x = xout - xins + x1; > *y = - yout + yins + y2; > break; > case SYMXY : > *x = - xout + xins + x2; > *y = - yout + yins + y2; > break; > case ROT_P : > *y = - xout + xins + y2; > *x = yout - yins + x1; > break; > case ROT_M : > *y = xout - xins + y1; > *x = - yout + yins + x2; > break; =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://asim.lip6.fr/alliance/mailing-lists/

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 22 March 2001.