Namespaces | Functions
src/cinder/svg/Svg.cpp File Reference

Namespaces

namespace  cinder
namespace  cinder::svg

Functions

void cinder::svg::ellipticalArc (Shape2d &path, float x1, float y1, float x2, float y2, float rx, float ry, float xAxisRotation, bool largeArcFlag, bool sweepFlag)
char cinder::svg::readNextCommand (const char **sInOut)
bool cinder::svg::readFlag (const char **sInOut)
bool cinder::svg::nextItemIsFloat (const char *s)
Shape2d cinder::svg::parsePath (const std::string &p)
vector< Vec2f > cinder::svg::parsePointList (const std::string &p)