#include <path.h>
|
|
| CmdVertexPath (const CmdVertex *vertices, int size) |
| |
| void | rewind (int path=0) |
| |
| unsigned | vertex (double *x, double *y) |
| |
|
int | size () const |
| |
A very simple path that wraps around an array of CmdVertex.
Definition at line 86 of file path.h.
◆ rewind()
| void CmdVertexPath::rewind |
( |
int |
path = 0 | ) |
|
|
inline |
Rewind getting the path vertices.
- Parameters
-
| [in] | path | an optional value to indicate which path to be rewinded. |
Definition at line 102 of file path.h.
◆ vertex()
| unsigned CmdVertexPath::vertex |
( |
double * |
x, |
|
|
double * |
y |
|
) |
| |
|
inline |
Get the next vertex.
- Parameters
-
| [out] | x | the vertex x coordinate. |
| [out] | y | the vertex y coordinate. |
- Returns
- the coordinate type. See agg::path_commands_e. agg::path_cmd_stop indicates no more points available.
Definition at line 117 of file path.h.
The documentation for this class was generated from the following file:
- /mnt/d/workspace/agg-tutorial/tutorial/path.h