Add Function1D, Function2D, Function3D files.

This commit is contained in:
Krad
2023-04-19 11:31:01 +08:00
parent e491ce88c2
commit 0d98d313a5
6 changed files with 243 additions and 0 deletions

10
src/Function2D.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef AURORA_FUNCTION2D_H
#define AURORA_FUNCTION2D_H
class Function2D {
};
#endif //AURORA_FUNCTION2D_H