Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 int _bsm_AveragingFVN ( int inv, BSMvertex *imv, int *imvhei,
00012 int inhe, BSMhalfedge *imhe,
00013 int infac, BSMfacet *imfac, int *imfhei,
00014 int fn, char *vtag );
00015
00016 boolean _bsm_RotateHalfedgei ( int degree, int *hei, int hn );
00017
00018 void _bsm_OutputWorkMeshd ( int spdimen,
00019 int wnv, BSMvertex *wmv, int *wmvhei, double *wptc,
00020 int wnhe, BSMhalfedge *wmhe,
00021 int wnfac, BSMfacet *wmfac, int *wmfhei,
00022 int *newvi, int *newhei, int *newfi,
00023 int *onv, BSMvertex *omv, int *omvhei, double *optc,
00024 int *onhe, BSMhalfedge *omhe,
00025 int *onfac, BSMfacet *omfac, int *omfhei );
00026