16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include "mathfunctions.h" |
19 #include "mathfunctions.h" |
20 #include "linetypes/modelobject.h" |
20 #include "linetypes/modelobject.h" |
21 #include "miscallenous.h" |
|
22 #include "types/boundingbox.h" |
21 #include "types/boundingbox.h" |
23 |
22 |
24 MathFunctions::MathFunctions(QObject* parent) : |
23 MathFunctions::MathFunctions(QObject* parent) : |
25 HierarchyElement(parent) {} |
24 HierarchyElement(parent) {} |
26 |
25 |