corrected one error in Interpolationparameters
This commit is contained in:
parent
882d54d6ae
commit
48b7365ba4
|
@ -479,8 +479,8 @@ ScalarType ComputeAspectRatio()
|
||||||
|
|
||||||
a=Barycentric.V(0);
|
a=Barycentric.V(0);
|
||||||
b=Barycentric.V(1);
|
b=Barycentric.V(1);
|
||||||
c=Barycentric.V(2);
|
d=Barycentric.V(2);
|
||||||
d=1-(a+b+c);
|
c=1-(a+b+d);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue