17 lines
312 B
C
17 lines
312 B
C
|
/*
|
||
|
*
|
||
|
* Copyright (c) 2016 Matthew Millard <matthew.millard@iwr.uni-heidelberg.de>
|
||
|
*
|
||
|
* Licensed under the zlib license. See LICENSE for more details.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef GEOMETRY_H_
|
||
|
#define GEOMETRY_H_
|
||
|
|
||
|
#include "Function.h"
|
||
|
#include "SegmentedQuinticBezierToolkit.h"
|
||
|
#include "SmoothSegmentedFunction.h"
|
||
|
|
||
|
#endif
|