Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Diso_parametrization.h1245 vcg::Point2<PScalarType> UVFace; in Theta() local
1246 GE2(indexFace,UV,UVFace); in Theta()
1247 found=face_meshes[indexFace].Project(UVFace,face,baryVal); in Theta()
1625 vcg::Point2<PScalarType> &UVFace) in GE2() argument
1635 UVFace=bary.X()*f->V(0)->T().P()+bary.Y()*f->V(1)->T().P()+bary.Z()*f->V(2)->T().P(); in GE2()
1640 const vcg::Point2<PScalarType> &UVFace, in inv_GE2() argument
1647 bool done=GetBaryFaceFromUV(*face_domain,UVFace.X(),UVFace.Y(),bary,index); in inv_GE2()
1650 GetBaryFaceFromUV(*face_domain,UVFace.X(),UVFace.Y(),bary,index); in inv_GE2()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dio_export_paper_model.py769 uvface = UVFace(face, self, matrix, normal_matrix)
1143 class UVFace: class