face_init.c
Go to the documentation of this file.
00001 #include "arith.h"
00002 
00003 face_init(linetab,m,r)
00004 LINE linetab[MAXEDGE];
00005 int m;
00006 int r;
00007 {
00008     int i,en;
00009 
00010     en=0;
00011     /* make rC2 face pointers among r edge */
00012     for(i=0; i<r; i++){
00013         if(i != m){
00014             linetab[m].face[en]=i;
00015             en += 1;
00016         }
00017     }
00018     linetab[m].face[en]=EMPTY;
00019 }
00020 


euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:19