Circle.hpp
Go to the documentation of this file.
Definition: Path.hpp:19
Definition: Base.hpp:52
Definition: Circle.hpp:11
void drawShapePoints(std::vector< std::vector< vec2 >> &_out, int32_t _recurtionMax, float _threshold, mat2 &_basicTrans, int32_t _level=1) override
Draw rhe shape with all points.
Definition: Renderer.hpp:16
Definition: Base.hpp:36
bool parseXML(const exml::Element &_element, mat2 &_parentTrans, vec2 &_sizeMax) override
parse all the element needed in the basic node
void draw(esvg::Renderer &_myRenderer, mat2 &_basicTrans, int32_t _level) override
Draw the form in the renderer.