Added TriLinearPoly to common/pmmc.h
This commit is contained in:
@@ -4212,7 +4212,8 @@ inline void pmmc_CommonCurveSpeed(DoubleArray &CubeValues, DoubleArray &dPdt, Do
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void pmmc_CurveCurvature(DoubleArray &f, DoubleArray &s, int i, int j, int k){
|
inline void pmmc_CurveCurvature(DoubleArray &f, DoubleArray &s, DTMutableList<Point> &Points, int npts,
|
||||||
|
int i, int j, int k){
|
||||||
|
|
||||||
int p;
|
int p;
|
||||||
double x,y,z;
|
double x,y,z;
|
||||||
|
|||||||
Reference in New Issue
Block a user