Added TriLinearPoly to common/pmmc.h
This commit is contained in:
parent
6a073d4da9
commit
e2d9bbd923
@ -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;
|
||||
double x,y,z;
|
||||
|
Loading…
Reference in New Issue
Block a user