Skip to content
Snippets Groups Projects
Commit e02d41ec authored by Gaetan Bricteux's avatar Gaetan Bricteux
Browse files

No commit message

No commit message
parent 7b2724d4
No related branches found
No related tags found
No related merge requests found
...@@ -1105,7 +1105,7 @@ double gLevelsetYarn::operator()(double x, double y, double z) const ...@@ -1105,7 +1105,7 @@ double gLevelsetYarn::operator()(double x, double y, double z) const
MVertex *v2 = e->getVertex(1); MVertex *v2 = e->getVertex(1);
SPoint3 p1(v1->x(), v1->y(), v1->z()); SPoint3 p1(v1->x(), v1->y(), v1->z());
SPoint3 p2(v2->x(), v2->y(), v2->z()); SPoint3 p2(v2->x(), v2->y(), v2->z());
if(e->getType() == TYPE_LIN){ /*if(e->getType() == TYPE_LIN){
signedDistancesPointsEllipseLine(iDistances, iDistancesE, iIsInYarn, iClosePts, signedDistancesPointsEllipseLine(iDistances, iDistancesE, iIsInYarn, iClosePts,
pts, p1, p2, majorAxis, minorAxis, pts, p1, p2, majorAxis, minorAxis,
majorAxis, minorAxis, typeLs); majorAxis, minorAxis, typeLs);
...@@ -1114,7 +1114,7 @@ double gLevelsetYarn::operator()(double x, double y, double z) const ...@@ -1114,7 +1114,7 @@ double gLevelsetYarn::operator()(double x, double y, double z) const
MVertex *v3 = e->getVertex(2); MVertex *v3 = e->getVertex(2);
SPoint3 p3(v3->x(),v3->y(),v3->z()); SPoint3 p3(v3->x(),v3->y(),v3->z());
signedDistancesPointsTriangle(iDistances, iClosePts, pts, p1, p2, p3); signedDistancesPointsTriangle(iDistances, iClosePts, pts, p1, p2, p3);
} }*/
} }
} }
return dist; return dist;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment