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