Added TriLinearPoly to common/pmmc.h
This commit is contained in:
@@ -303,7 +303,7 @@ char triTable[256][16] =
|
|||||||
//--------------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
class TriLinearPoly{
|
class TriLinearPoly{
|
||||||
double a,b,c,d,e,f,g;
|
double a,b,c,d,e,f,g,h;
|
||||||
double x,y,z;
|
double x,y,z;
|
||||||
public:
|
public:
|
||||||
TriLinearPoly(DoubleArray &CubeValues){
|
TriLinearPoly(DoubleArray &CubeValues){
|
||||||
|
|||||||
Reference in New Issue
Block a user