21 std::vector<ememory::SharedPtr<esvg::render::Element>> m_listElement;
35 void close(
bool _relative=
false);
36 void moveTo(
bool _relative,
const vec2& _pos);
37 void lineTo(
bool _relative,
const vec2& _pos);
38 void lineToH(
bool _relative,
float _posX);
39 void lineToV(
bool _relative,
float _posY);
40 void curveTo(
bool _relative,
const vec2& _pos1,
const vec2& _pos2,
const vec2& _pos);
41 void smoothCurveTo(
bool _relative,
const vec2& _pos2,
const vec2& _pos);
42 void bezierCurveTo(
bool _relative,
const vec2& _pos1,
const vec2& _pos);
43 void bezierSmoothCurveTo(
bool _relative,
const vec2& _pos);
44 void ellipticTo(
bool _relative,
50 void display(int32_t _spacing);
51 esvg::render::PointList generateListPoints(int32_t _level, int32_t _recurtionMax = 10,
float _threshold = 0.25f);
Main esvg namespace.
Definition: Base.hpp:24
Definition: PointList.hpp:16
Definition: SegmentList.hpp:17