sf-svg
BezierCurve.hpp
Go to the documentation of this file.
1 /* =========================================================== *
2  * sf-svg (c) Kamil Koczurek | koczurekk@gmail.com *
3  * GNU GPL v3 License http://www.gnu.org/licenses/gpl-3.0.html *
4  * =========================================================== */
5 
10 
11 #ifndef BEZIERCURVE_H
12 #define BEZIERCURVE_H
13 
14 #include "BezierAbstractCurve.hpp"
15 #include "BezierCubicCurve.hpp"
16 #include "BezierSquareCurve.hpp"
17 
18 #endif // BEZIERCURVE_H
BezierSquareCurve declaration.
BezierAbstractCurve declaration and partial implementation.
BezierCubicCurve declaration.