Point.hpp
Go to the documentation of this file.
34 Point(const vec2& _pos, enum esvg::render::Point::type _type = esvg::render::Point::type::join) :
Point type in an user point provided inside a path.
This point is dynamicly calculated to create an interpolation.
Point type is single, this mean that it start and stop of a path.
Definition: Point.hpp:14
Point type is stoping of a path.
Point type is starting of a path.