esvg::render::ElementLineTo Class Reference
Inheritance diagram for esvg::render::ElementLineTo:
esvg::render::Element

Public Member Functions

 ElementLineTo (bool _relative, const vec2 &_pos)
 
virtual std::string display () const
 
- Public Member Functions inherited from esvg::render::Element
 Element (enum path _type, bool _relative=false)
 
enum path getType () const
 
bool getRelative () const
 
void setRelative (bool _relative)
 
const vec2getPos () const
 
void setPos (const vec2 &_val)
 
const vec2getPos1 () const
 
void setPos1 (const vec2 &_val)
 
const vec2getPos2 () const
 
void setPos2 (const vec2 &_val)
 

Additional Inherited Members

- Protected Attributes inherited from esvg::render::Element
bool m_relative
 
vec2 m_pos
 
vec2 m_pos1
 
vec2 m_pos2
 

The documentation for this class was generated from the following file: