8 lines
134 B
C++
8 lines
134 B
C++
#include "AnyGeneralSpline.h"
|
|
|
|
using namespace MbD;
|
|
|
|
MbD::AnyGeneralSpline::AnyGeneralSpline(Symsptr arg) : FunctionFromData(arg)
|
|
{
|
|
}
|