ElementLineToV.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <etk/types.hpp>
9 #include <etk/math/Vector2D.hpp>
10 #include <esvg/render/Element.hpp>
11 
12 namespace esvg {
13  namespace render {
15  public:
16  ElementLineToV(bool _relative, float _posY);
17  public:
18  virtual std::string display() const;
19  };
20  }
21 }
22 
23 
Main esvg namespace.
Definition: Base.hpp:24
Definition: Element.hpp:26
Definition: ElementLineToV.hpp:14