ElementCurveTo.hpp
Go to the documentation of this file.
1 
7 #include <etk/types.hpp>
8 #include <etk/math/Vector2D.hpp>
10 
11 namespace esvg {
12  namespace render {
14  public:
15  ElementCurveTo(bool _relative, const vec2& _pos1, const vec2& _pos2, const vec2& _pos);
16  public:
17  virtual std::string display() const;
18  };
19  }
20 }
21 
Main esvg namespace.
Definition: Base.hpp:24
Definition: ElementCurveTo.hpp:13
Definition: Element.hpp:26