Home
last modified time | relevance | path

Searched refs:tri_Index (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h624 size_t tri_Index=-1; variable
627 InterpolateDir(Dir1F0,Dir1F1,Bary0,Bary1,t0,t1,InterpDir,tri_Index);
632 InterpolateDir(Dir2F0,Dir2F1,Bary0,Bary1,t0,t1,InterpDir,tri_Index);
635 if (tri_Index==-1)continue;
638 assert((tri_Index==0)||(tri_Index==1));
639 int OrigFIndex=((i+tri_Index)%SubFaces.size())/numSub;
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h745 int tri_Index=-1; variable
748 InterpolateDir(Dir1F0,Dir1F1,Bary0,Bary1,t0,t1,InterpDir,tri_Index);
753 InterpolateDir(Dir2F0,Dir2F1,Bary0,Bary1,t0,t1,InterpDir,tri_Index);
756 if (tri_Index==-1)continue;
759 assert((tri_Index==0)||(tri_Index==1));
760 int OrigFIndex=((i+tri_Index)%SubFaces.size())/numSub;