2005
Simon Budig
returns polygonal approximation of the stroke.
returns polygonal approximation of the stroke.
unknown
Type | Name | Description |
---|---|---|
unknown | vectors | The vectors object |
PF_INT | stroke-id | The stroke ID |
PF_FLOAT | precision | The precision used for the approximation |
Type | Name | Description |
---|---|---|
PF_INT | num-coords | The number of floats returned. (num-coords >= 0) |
unknown | coords | List of the coords along the path (x0, y0, x1, y1, ...). |
PF_INT | closed | Whether the stroke is closed or not. (TRUE or FALSE) |