src/mathfunctions.cpp

changeset 1319
39d7a9642eea
parent 1315
23d48a709ffc
child 1323
05b3e173c900
equal deleted inserted replaced
1318:568fcfc6da71 1319:39d7a9642eea
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

mercurial