Home
last modified time | relevance | path

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

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h367 ScalarType CurrW=InterpWeights[i]; in InterpolateCrossSubTriangles() local
368 W.push_back(CurrW); in InterpolateCrossSubTriangles()
369 W.push_back(1-CurrW); in InterpolateCrossSubTriangles()
372 if (CurrW<0.5) in InterpolateCrossSubTriangles()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h375 ScalarType CurrW=InterpWeights[i]; in InterpolateCrossSubTriangles() local
376 W.push_back(CurrW); in InterpolateCrossSubTriangles()
377 W.push_back(1-CurrW); in InterpolateCrossSubTriangles()
380 if (CurrW<0.5) in InterpolateCrossSubTriangles()