Method | Description | |
---|---|---|
ParseSVGPath ( string path, Matrix transformation ) : List |
||
SVGPathParser ( int bezierIterations ) : System |
Method | Description | |
---|---|---|
cubicBezier ( Vertices path, Vector2 start, Vector2 end, Vector2 controlStart, Vector2 controlEnd, int steps ) : void | ||
cubicBezierRecursive ( Vertices path, Vector2 start, Vector2 end, Vector2 controlStart, Vector2 controlEnd, int level ) : void | ||
getNextPathItem ( string input, string &item ) : string |
public ParseSVGPath ( string path, Matrix transformation ) : List |
||
path | string | |
transformation | Matrix | |
return | List |
public SVGPathParser ( int bezierIterations ) : System | ||
bezierIterations | int | |
return | System |