rbdlsim/3rdparty/rbdl/addons/geometry/geometry.h

17 lines
312 B
C
Raw Normal View History

2020-10-03 22:55:14 +02:00
/*
*
* 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